Advertisement
jabela

Year Taylor Swift Born

Feb 11th, 2016
2,531
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. TaylorSwiftBorn = 1989
  2. MyAge = int(input('When were you born?'))
  3. AgeDifference = MyAge - TaylorSwiftBorn
  4. print("Taylor Swift is",AgeDifference,"years older than you")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement