+ 3
What is python code index
The cxdex is confusing
2 Respostas
+ 1
uh yes i agree!! CX
+ 1
Are you referring to index() method? In that case, it is used in a list to find the place where a given "something" appears.
In list = [a, b, c]
a is in index 0
b in index 1
c in index 2