You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/ch5_loopsanditeration.ptx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
</p>
12
12
13
13
<p><idx><c>for</c> loop</idx>
14
+
<idx>definite loop</idx>
14
15
A <term>definite loop</term> is a loop that is executed a specific or definite number of times. In Python, the easiest way to write a definite loop is using the <c>for</c> loop in conjunction with the <c>range</c> function. <xrefref="python-range-options"text="type-global"/> shows the syntax for the <c>range</c> function.
0 commit comments