This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
jack
/
cocorobolx
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Vikivietne
Koks:
18546b9965
Atzari
Tagi
master
stia
cocorobolx
/
skulpt
/
test
/
run
/
t296.py
t296.py
86 B
Vēsture
Neapstrādāts
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)