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#4494
In level 12 and up, a variable can be assigned to an empty string.
**How to test**
Run Hedy locally and execute the following snippet in level 12 and up:
```
name = ''
print name
```
In level 12 you can't assign an empty string to a variable:
The text was updated successfully, but these errors were encountered: