Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. x = input("Enter name : ")
  2. y = input("Enter id : ")
  3. z = input ("Email : ")
  4. x1 = input ("Hometown : ")
  5.  
  6. xx= "I am {} ,My ID is {} and I am from {}"
  7. print( xx.format(x,y,x1))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement