stdin.readline()

>>> import sys
>>> someName = sys.stdin.readline()
hello
>>> someName
'hello\n'