print('Hello '+'world')print('Hello '*3)print('Hello'[0])print('Hello'[1])print('Hello'[2])
Standard input is empty
Hello world Hello Hello Hello H e l
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!