178k views
0 votes
What is the default starting value of i in a for loop?

1 Answer

4 votes
0
A for loop is a type of loop that repeats a block of code a specific number of times. The range() function has a few default settings: The initial value of i is 0.
User Grant Limberg
by
7.0k points