Untitled

Run Settings
LanguagePython
Language Version
Run Command
x = 10 #while (x>0): #print (x) #x = x -1 #else: #print("end of while loop") while (x>0): #print(x) x = x-1 if x ==5: continue print (x) #x= x-1 else: print ("end of while loop") # case 4 : while with continue
Editor Settings
Theme
Key bindings
Full width
Lines