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