This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
jack
/
cocorobolx
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ツリー:
cf7f0f0a2b
ブランチ
タグ
master
cocorobolx
/
skulpt
/
test
/
run
/
t296.py
t296.py
86 B
履歴
Raw
1
2
3
4
5
6
# Test the creation of sets
l = [1,2,3,4,1,1]
print l
s = set(l)
print s
print len(s)