Guest User

Untitled

a guest
Feb 21st, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. name = input("What is your name: ")
  2. age = int(input("How old are you: "))
  3. year = ( 2018 - (age) )
  4. year = int(year)
  5. year100 = (year + 100)
  6. print("Hey " + name + ", you will have 100 years in " + str(year100))
Add Comment
Please, Sign In to add comment