Home > other >  Python beginners
Python beginners

Time:03-16

For I in range () to control the cycling times is what principle

CodePudding user response:

For I in range (n)
Is from 0 to n - 1 n cycle

CodePudding user response:

Range used to generate a number of variable I is the number of each serial number
How many times how many serial number is generated cycle, mean yourself how many times can stipulate the loop the following code
  • Related