Discuss / Python / 有点难

有点难

Topic source

雅乐landa

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

L=tuple(range(1,100,2))

s=tuple(range(1,L[int(len(L)/2)],2))

print(L,s)


  • 1

Reply