sety / tuple

 0    6 flashcards    maciej i aga
download mp3 print play test yourself
 
Question Answer
nieupozadkowane unikalne elementy, obiekty
start learning
czym są sety
set() wynik {a, b, c}
start learning
konstrukcja setu
xxx = (x, x,x)
start learning
tworzenie tupla
xxx. count('a') wynik np. 4
start learning
liczenie wartosci w tuplu
xxx. index('a')
start learning
index pierwszej wartosi tupla
tupel jest niezmienny
start learning
co wyroznia tupla

You must sign in to write a comment