Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- weight = int(input())
- f = 'Категория -'
- if weight < 60:
- print(f,'легкий вес')
- elif weight >= 60 and weight <= 64:
- print(f,'первый полусредний вес')
- elif weight >= 65 and weight <= 69:
- print(f,'полусредний вес')
Advertisement
Add Comment
Please, Sign In to add comment