Guest User

Untitled

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