scrimba
Python 101 Svenska
(19)Python 101 Svenska : Sets
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

(19)Python 101 Svenska : Sets
AboutCommentsNotes
(19)Python 101 Svenska : Sets
Expand for more info
index.py
run
preview
console
#Sets - Supersnabba osorterade listor
vänner =['John','Eric','Michael','Terry','Graham']
vänner_tuple =('John','Eric','Michael','Terry','Graham')

print(vänner)
print(vänner_tuple)
Console
"Sets - Supersnabba osorterade listor "
,
/index.html
-4:01