0
Isn't a list zero-indexed?
Why is this in a quiz return 8? list = [1, 1, 2, 3, 5, 8, 13] print(list[list[4]]) I think it should be 5.
3 Antworten
+ 2
hye Jamie nice to meet you
+ 1
oh i see. makes sense. thanks Jamie.
Why is this in a quiz return 8? list = [1, 1, 2, 3, 5, 8, 13] print(list[list[4]]) I think it should be 5.