00:01
We want to discuss about the output for the following piece of python code.
00:09
We have three instructions.
00:11
The first one is the assignment of a tappel, a equals seven elements.
00:20
The first element is a string six, seven.
00:23
The second element of the topple is the string hello.
00:30
Then we have the number three.
00:34
After that, the number 26.
00:36
Then string kiwi string with only one character m and finally the stream python then we make the instruction a equals a axis in the range from one to three and then print a so let's examine this piece of code the first line here it's an assignment so this is a variable variable a and we are assigning the variable a this set of elements between parentheses is what we call in python a tuple.
01:30
This tuple has 1, 2, 3, 4, 6, 7, 8 elements.
01:35
Maybe i said 7, it's 8 elements.
01:40
And they are of several types.
01:44
In particular, there are strings and numbers.
01:49
In the case of a topple that can be done.
01:51
That is, we can put elements of different nature as elements of the topple...