(I am a beginner)
Here is a code using concept of list and the question is asking to print out the following result:
[1, 'A', 3,] [1, 'A', 3,]
as shown in the below screenshot:
Given that the option being chosen is a correct one.
**What bother me is that why the code in that option works...
especially the code "a[1 ] = a[1 ][0]"
**
I searched in the internet but I have not found a concrete description about it.
Can anyone provide some help? Thank you very much!