Discuss / Python / 代码

代码

Topic source
在此插入代码

L = list(range(1,100,2)) print(L)

print(L[:len(L)//2])

相彦-晨席

#3 Created at ... [Delete] [Delete and Lock User]

print(L[:len(L)//2])什么意思?


  • 1

Reply