Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- degrees_celsius = float(input())
- c_to_f = degrees_celsius * 9/5 + 32
- print(f'{c_to_f:.2f}')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement