Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. age = int(input("What is your birth date? :"))
  2. current = 2016
  3. total=current-age
  4. if total<18:
  5. print("you are not")
  6. else:
  7. print("Adult.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement