Python's `range` function with 3 parameters

后端 未结 3 983
花落未央
花落未央 2020-12-09 20:04

I understand that the following line will give the given result:

for in range(5):
   print(i)

0 1 2 3 4

But I don\'t understand how

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