This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
jack
/
cocorobolx
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ツリー:
64b58f30a5
ブランチ
タグ
master
stia
cocorobolx
/
skulpt
/
test
/
run
/
t326.py
t326.py
97 B
履歴
Raw
1
2
3
4
import math
print "%10.5f" % math.radians(180)
print "%10.5f" % math.degrees(math.radians(180))