You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#5099
Add a custom error in levels 5-7 when there is an `else` statement when there is no `if` right before it.
**How to test**
Run the following snippets in levels 5-7 and check that the custom error is appropriate:
```
if answer is yes print 'great!'
print 'correct'
else print 'wrong'
```
```
else print 'wrong'
```
Describe the bug
a student handed in a program that has the following if statement:
The following is the error message:

Add a screenshot (optional)
The text was updated successfully, but these errors were encountered: