Skip to content

Commit 81b7943

Browse files
committed
added idx tag
1 parent 47f4084 commit 81b7943

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/ch5_loopsanditeration.ptx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</p>
1212

1313
<p><idx><c>for</c> loop</idx>
14+
<idx>definite loop</idx>
1415
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. <xref ref="python-range-options" text="type-global"/> shows the syntax for the <c>range</c> function.
1516
</p>
1617
<listing xml:id="python-definite-loop">

0 commit comments

Comments
 (0)