import syswords = sys.stdin.readlines()words = [word.strip() for word in words]for word in words: print(word)
Hello Baekjoon Online Judge
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!