Advertisement
Guest User

Untitled

a guest
Feb 27th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. first = 0; second = 0; third = 0
  2. is_higher = False;
  3. first = int(input())
  4. second = int(input())
  5. third = int(input())
  6. if(first > 100 or second > 100 or third > 100):
  7. is_higher = True
  8. print(is_higher)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement