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.5k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.