Guest User

Untitled

a guest
Nov 24th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. name = input("What is your name : ")
  2. age = int(input("what is your age : "))
  3. year = str((2017-age)+100)
  4.  
  5. print(name + " will be 100 years old in the yaer " + year)
Add Comment
Please, Sign In to add comment