Using range and length function together in python

前端 未结 0 1288
傲寒
傲寒 2021-02-01 09:32

Just want to understand the logic of using - range(len()) for the purpose of indexing

for eg. i have mylist=[1,2,3,4,5]

so here -> len(mylis

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