bCondition = Truewhile bCondition: print("Inside while\n") bCondition = Falseelse: print("Inside else\n")print("done\n")
Standard input is empty
Inside while Inside else done
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!