This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
jack
/
cocorobolx
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ツリー:
e5d481ada0
ブランチ
タグ
master
cocorobolx
/
skulpt
/
test
/
run
/
t275.py
t275.py
92 B
履歴
Raw
1
2
3
4
5
6
7
class X:
pass
x = X()
print x.__class__
print str(x.__class__)
print repr(x.__class__)