python récupérer l'élément de la position x code example
Example: list in python
myList = ["Test", 419]
myList.append(10)
myList.append("my code")
print(myList)
myList = ["Test", 419]
myList.append(10)
myList.append("my code")
print(myList)