Guest User

Untitled

a guest
Jul 19th, 2018
109
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 = input("What is your age?")
  3. age = int(age)
  4. year = 100 - age + 2018
  5. print(str(name) + " will be 100 years old in " + str(year))
Add Comment
Please, Sign In to add comment