Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a = input("Enter your Name : ")
- b = input("Enter your ID : ")
- c = input("Enter your Email : ")
- d = input("Enter your Hometown : ")
- print("I am "+a+","+" My ID is "+b+" and I am from "+d)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement