a=str(input("enter name"))
b=str(input("enter address"))
c=str(input("enter gmail"))
d=int(input("enter phone number"))
print(a,b,c,d)