
04:33
nice

04:46
does frog have to be in quotes?

05:12
Frog could be variable without quotes, but with quotes its a string

05:44
that's helpful thanks

06:14
Okay thx

08:12
What do the square brackets [4,-2] in the list signify

08:20
and the Tuple

08:23
Another list

08:27
a List within the list/tuple

08:51
so L[3] = [4,-2]

10:49
Could you have a list inside a list inside a list and so on

11:37
Yes, but usually you don’t layer them beyond a list in a list

11:54
And you won’t have to worry abt that

13:06
Could you do L2 = [L]

13:42
so instead of writing out the entire list you would want to put into another, you can just put its variable name?

13:52
That would be L2 = L

14:26
L2 = [L] would make a List with the L list as the only entry

14:34
don’t do that

17:23
Starts at zero?

17:24
its going to start at 0

17:26
Starts at 0

17:29
It starts at 0 not 1

18:54
Is there a reason why counter is in square brackets? Does it make a difference

19:29
list

19:29
list

19:33
list

19:35
lists are mutable, tuples are not

19:36
Tuple

20:26
what do you mean by new L and old L?

20:30
Thank you

20:54
You can’t do this with a tuple right?

21:26
Can you pls do this on python?

21:30
Ty!

22:27
so L = ( ) to do this with a tuple?

23:05
you couldn't do this with a tuple. You can't change tuples.

23:26
^pretty sure that’s correct

24:34
Can you have a counter add strings rather than integers. as long as it runs under 10 times it would keep adding a word?

25:14
Nothing?

25:15
Empty brackets

25:23
would never add?

25:39
or concatenate

25:48
Why is there a +1 inside the brackets on the 4th line

26:13
0-9

26:44
If nothing else remember this

26:48
Arrays start at 0

26:54
(Lists)

30:40
0-9 items

30:41
p

30:42
10

30:43
9

30:45
10 items

30:48
There’s 10 items

30:55
0 to 19

30:57
they all use the same counter variable

30:59
0 to 9

31:00
Same system to generate the loop in essense

31:03
no

31:04
yes

31:54
Started empty

32:15
Increment by 1

32:19
used while

32:31
They printed horizontally not vertically?

32:37
they use the corresponding constructor

32:58
all concatenate

34:18
vertical

35:50
Is * like frog in string?

36:01
Concatenate error

36:08
if you wanted the tuple to print 1-10 and would you put the +1 after the comma or does the comma always go at the end?

36:08
cant add strings and ints

36:10
Python doesn’t know it’s a string?

36:47
no

36:48
yes

37:02
Oof

38:13
if you wanted the tuple to print 1-10 and would you put the +1 after the comma or does the comma always go at the end?

40:11
indentation?

41:33
there

41:39
Is one beforen0

41:50
Maybe we can just put spaces instead of comas?

46:02
if you wanted the tuple to print 1-10, would you put the +1 after the comma or does the comma always go at the end?

46:34
could you demonstrate why youd use a tuple instead of a list

46:48
ok

48:42
What is append?

48:54
Append means to add to the end of something

52:26
Does append only work for lists or can we use it for strings

53:44
Ok thank you :)

53:47
Thank you!

53:49
Thank you!

53:50
Thank you!

53:50
thank you! have a good day

53:51
Thank you!

53:51
Thank you!