What is python code index | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 3

What is python code index

The cxdex is confusing

16th Feb 2018, 2:03 PM
Noah Blount
Noah Blount - avatar
2 Réponses
+ 1
uh yes i agree!! CX
16th Feb 2018, 2:04 PM
Scott Ladd
Scott Ladd - avatar
+ 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
16th Feb 2018, 2:44 PM
Carlos Hidalgo
Carlos Hidalgo - avatar