Display It

a=input() b=input() c=input() d=int(input()) print(a) print(b) print(c) print(d)

Comments