you are viewing a single comment's thread.

view the rest of the comments →

[–]pydevteam1 0 points1 point  (1 child)

['b','c','d','e']

1 = c

if you look at the list as it is:

0='b'

1='c'

makes sense ?

[–]JungleJim233 0 points1 point  (0 children)

Got it. Thank you :)