Guest User

Untitled

a guest
Dec 11th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. name2 = input("what is your last name ")
  2. name1 = input("what is your first name ")
  3.  
  4. print name1
  5. print " "
  6. print name2
Add Comment
Please, Sign In to add comment