Advertisement
neel_niloy

WE7

Feb 19th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. a = input("Enter your Name : ")
  2. b = input("Enter your ID : ")
  3. c = input("Enter your Email : ")
  4. d = input("Enter your Hometown : ")
  5.  
  6. print("I am "+a+","+" My ID is "+b+" and I am from "+d)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement