Pythonic way to iterate through a range starting at 1

后端 未结 5 859
伪装坚强ぢ
伪装坚强ぢ 2021-01-01 16:04

Currently if I want to iterate 1 through n I would likely use the following method:

for _ in rang         


        
5条回答
提交回复
热议问题