Untitled

Run Settings
LanguagePython
Language Version
Run Command
x = 20 while x > 15: if x == 19: print(x) x = x - 1 continue if x == 17: break print(x) x = x - 1 else : print("normal exit")
Editor Settings
Theme
Key bindings
Full width
Lines