Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- side = float(input())
- height = float(input())
- result = side * height / 2
- print(f'{result:.2f}')
- Taрикатско решение:)
- print(f'{float(input()) * float(input()) / 2:.2f}')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement