Guest User

Untitled

a guest
Jul 18th, 2018
86
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((100 - age) + 2018)
  4.  
  5. print(name + " will be 100 years old in the year" + year)
Add Comment
Please, Sign In to add comment