Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import math
- radians = float(input())
- degrees = radians * 180 / math.pi
- print(degrees)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement