for i in range(5): print('Hello') print(' ', i, '回目')
Standard input is empty
Hello 0 回目 Hello 1 回目 Hello 2 回目 Hello 3 回目 Hello 4 回目
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!