print("Hello", 5.5, 6, 7, sep=",", end=".")print("\n")print("World")print('John\'s book')
Standard input is empty
Hello,5.5,6,7. World John's book
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!