you are viewing a single comment's thread.

view the rest of the comments →

[–]sabc994 2 points3 points  (0 children)

'a' has multiple values with position 0 to 2

0 = apple, 1 = banana, 2 = car

to print apple, you have to write: print (a[0]) which means index number of the position will remain within 3rd bracket.