Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- first = 0; second = 0; third = 0
- is_higher = False;
- first = int(input())
- second = int(input())
- third = int(input())
- if(first > 100 or second > 100 or third > 100):
- is_higher = True
- print(is_higher)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement