# text is read from stdin using the readline() function import sys text = sys.stdin.readline() print text