Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #joining 2 variables
- x=input("what is your first name?")
- y=input("what is your last name?")
- print("your full name is...",(str(x)+" "+(y)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement