This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
jack
/
cocorobolx
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Pohon:
6091ac10d2
Ranting
Tag
master
stia
cocorobolx
/
python
/
skulpt
/
test
/
run
/
t296.py
t296.py
86 B
Riwayat
Mentahan
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)