count=3while count>1: print('happy') count=count-1 if count==2: continue print('coding')
Standard input is empty
happy happy coding
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!