📜  打印特定列表项python代码示例

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

代码示例1
lis_t = [1, 4, 5]
print(lis_t[2]) #will print 5