All language subtitles for 32. List Unpacking

af Afrikaans
ak Akan
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bem Bemba
bn Bengali
bh Bihari
bs Bosnian
br Breton
bg Bulgarian
km Cambodian
ca Catalan
ceb Cebuano
chr Cherokee
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
ee Ewe
fo Faroese
tl Filipino
fi Finnish
fr French
fy Frisian
gaa Ga
gl Galician
ka Georgian
de German
el Greek
gn Guarani
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ia Interlingua
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
rw Kinyarwanda
rn Kirundi
kg Kongo
ko Korean
kri Krio (Sierra Leone)
ku Kurdish
ckb Kurdish (Soranî)
ky Kyrgyz
lo Laothian
la Latin
lv Latvian
ln Lingala
lt Lithuanian
loz Lozi
lg Luganda
ach Luo
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mfe Mauritian Creole
mo Moldavian
mn Mongolian
my Myanmar (Burmese)
sr-ME Montenegrin
ne Nepali
pcm Nigerian Pidgin
nso Northern Sotho
no Norwegian
nn Norwegian (Nynorsk)
oc Occitan
or Oriya
om Oromo
ps Pashto
fa Persian
pl Polish
pt-BR Portuguese (Brazil)
pt Portuguese (Portugal)
pa Punjabi
qu Quechua
ro Romanian
rm Romansh
nyn Runyakitara
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian Download
sh Serbo-Croatian
st Sesotho
tn Setswana
crs Seychellois Creole
sn Shona
sd Sindhi
si Sinhalese
sk Slovak
sl Slovenian
so Somali
es Spanish
es-419 Spanish (Latin American)
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
tt Tatar
te Telugu
th Thai
ti Tigrinya
to Tonga
lua Tshiluba
tum Tumbuka
tr Turkish
tk Turkmen
tw Twi
ug Uighur
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
wo Wolof
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:00,760 --> 00:00:03,850 I want to teach you one last thing when it comes to lists. 2 00:00:04,010 --> 00:00:06,230 And it's called list unpacking. 3 00:00:06,520 --> 00:00:08,280 And it's a really really nice feature. 4 00:00:08,320 --> 00:00:11,410 I really like it with list and packing. 5 00:00:11,440 --> 00:00:13,620 We can do something like this. 6 00:00:13,930 --> 00:00:23,980 Let's say I have a list that is while very simple 1 2 and 3 and I want to assign a variable to this 7 00:00:24,160 --> 00:00:24,820 list. 8 00:00:24,820 --> 00:00:25,360 Let's call it. 9 00:00:25,360 --> 00:00:28,150 Basket equals one two three. 10 00:00:28,180 --> 00:00:33,810 But what if I wanted to assign a variable to each item. 11 00:00:33,840 --> 00:00:42,230 Well I can actually do something like this A B C so that when I print a. 12 00:00:42,550 --> 00:00:54,460 And then let's print B and then print c and i click Run I get one two three and this is something that 13 00:00:54,460 --> 00:01:01,570 we've seen when we talked about variables where even if it wasn't a list as long as we gave it by comma 14 00:01:01,570 --> 00:01:07,520 separated by comma different values we're able to print one two three. 15 00:01:07,540 --> 00:01:12,700 But this is where list I'm packing gets really really useful. 16 00:01:12,700 --> 00:01:20,660 We can actually let's say extend our list to include all the way till night. 17 00:01:20,730 --> 00:01:27,880 What if we wanted to unpack one two and three byte but keep everything else still in a list. 18 00:01:27,900 --> 00:01:29,340 Could we still do that. 19 00:01:29,760 --> 00:01:32,330 Well with list unpacking we can't. 20 00:01:32,400 --> 00:01:39,730 All we need to do is say comma and then add a star and give it a variable name whatever we like. 21 00:01:39,870 --> 00:01:42,170 Let's say other. 22 00:01:42,340 --> 00:01:51,270 So now if I print other than I click Run look at that I'm able to unpack my list. 23 00:01:51,320 --> 00:01:58,160 However way I want what if I add a comma here and add D 24 00:02:01,040 --> 00:02:06,120 Well if I run this I get a list all the way until 8. 25 00:02:06,240 --> 00:02:18,130 But now D is well actually the very last item so that's very very neat maybe they use case right now 26 00:02:18,130 --> 00:02:23,590 is not absolutely clear to you but this is something that might help you. 27 00:02:23,620 --> 00:02:31,150 Another tool in your toolbox to unpack a list and change a list in different ways we'll explore this 28 00:02:31,150 --> 00:02:32,910 more later on in this course. 29 00:02:33,010 --> 00:02:36,360 But for now less unpacking when you hear that word. 30 00:02:36,520 --> 00:02:38,140 Now you know what it means. 31 00:02:38,320 --> 00:02:39,760 I'll see you in the next one. 32 00:02:39,760 --> 00:02:40,030 Bye bye. 2984

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.