Guest User

Untitled

a guest
Jun 20th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. name = input("Your name:")
  2. age = input("Your age:")
  3.  
  4. year = 2018 - int(age) +100
  5.  
  6.  
  7. print("Dear " + name, ", In" , year," you will be 100 years old.")
Add Comment
Please, Sign In to add comment