Simple question about slicing and for loops without indices

后端 未结 0 550
野的像风
野的像风 2020-12-30 07:04

If I was making this loop:

for i in range(len(array)):
  for j in range(len(array)+1):
    pass

Would there be a way to do the same thing in

相关标签:
回答
  • 消灭零回复
提交回复
热议问题