-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
Delete/replace the colon after the last if True in the while. Notice the structural highlighting is broken for the last if/else.
Edit the last if/else and it fixes itself.
Needs minimising and a CodeMirror bug reporting (once we've checked we're on the latest).
# Add your Python code here. E.g.
from microbit import *
while True:
display.scroll('Hello, World!')
display.show(Image.HEART)
sleep(2000)
if True:
pass
if True:
pass
if True:
pass
if True:
pass
else:
pass
Metadata
Metadata
Assignees
Labels
No labels