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
Describe the bug
when if 1 is pressed: is the code, 'pressed' is coloured white instead of brown. Giving the suggestion that it is not valid code, but works (😃)
Paste the Hedy code & level
I tested in level 17
stop = False
while stop == False:
if x is pressed:
stop = True
elif 1 is pressed:
print "1"
else:
print "?"
Add a screenshot (optional)
What machine and browser you were using (optional)
If the issue concerns things in the website, let us know:
What computer you are using (Windows, Mac, Linux?)
What browser you were using: Mozilla
The text was updated successfully, but these errors were encountered:
Describe the bug
when
if 1 is pressed:
is the code, 'pressed' is coloured white instead of brown. Giving the suggestion that it is not valid code, but works (😃)Paste the Hedy code & level
I tested in level 17
Add a screenshot (optional)
What machine and browser you were using (optional)
If the issue concerns things in the website, let us know:
The text was updated successfully, but these errors were encountered: