This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
jack
/
cocorobolx
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Wiki
Struktur:
e5d481ada0
Branches
Tags
master
stia
cocorobolx
/
skulpt
/
test
/
run
/
t326.py
t326.py
97 B
Verlauf
Originalformat
1
2
3
4
import math
print "%10.5f" % math.radians(180)
print "%10.5f" % math.degrees(math.radians(180))