Advertisement
fluxikk

Untitled

Dec 5th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. import math
  2. rad = int(input("Prosze wprowadzić radiany: "))
  3. stopnie = rad * (180/math.pi)
  4. print(stopnie)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement