I want multiple inputs only in 1 line
n = int(input()) for i in range(n): d = map(str,input()) print(d)