📜  如何调用列表python代码示例的对象

📅  最后修改于: 2022-03-11 14:45:56.577000             🧑  作者: Mango

代码示例1
L = [1, 2, 3, 4]
print(L[1]) ## Calls the index position of the list "L"