Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print('Enter your age:')
- age = input()
- age = int(age)
- if age > 5:
- print('You are older than 5.')
- else:
- print('You are not older than 5.')
- print('Goodbye')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement