def do_one(): print 1 def do_two(): print 2 huita = False do_one() if huita else do_two()
Standard input is empty
2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!