while loop

Run Settings
LanguagePython
Language Version
Run Command
x=1 while x<3: print(x) x=x+1 print("end of while loop") x=1 while print("this is something"): print(x) x=x+1 print("end of while")
Editor Settings
Theme
Key bindings
Full width
Lines