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