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