import sys d = sys.stdin.readline() # to be used instead of input() # t = sys.stdin.readline() - can be used for reading indefinite until a condition is reached sys.stdout.write(d) # to be used instead of print() sys.stdout.write(t)