Author : Admin
What will be the output when the following Python code is executed ?
a = [‘a’, 2,[3, ‘b’,4], [6, ‘‘abc”, 9],8] print(a[2][2])
2
[3, ‘b’ , 4]
‘b’
4
22
You must be logged in to post a comment.
Only fill in if you are not human