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