Liste obtenir un élément
a = ["more", 4, 6]
print(a[1])
# prints 4
Sore Sloth
a = ["more", 4, 6]
print(a[1])
# prints 4