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:
cf7f0f0a2b
Branches
Tags
master
cocorobolx
/
skulpt
/
test
/
run
/
t296.py
t296.py
86 B
Verlauf
Originalformat
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)