Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import math
- rad = int(input("Prosze wprowadzić radiany: "))
- stopnie = rad * (180/math.pi)
- print(stopnie)
RAW Paste Data