Guest User

Untitled

a guest
Jun 25th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. print "What is your name"
  2. name = raw_input()
  3. print "How old are you"
  4. age = input()
  5. year = str((2018 - age)+100)
  6. print(name + " will be 100 years old in the year " + year)
Add Comment
Please, Sign In to add comment