User Tools

Site Tools


python:features

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
python:features [2016/07/13 22:19] – [Iteration/repetition] mithatpython:features [2016/07/13 22:20] – [Iteration/repetition] mithat
Line 63: Line 63:
 </code> </code>
  
-**definite loop**: counter controlled repetition\\  +**definite loop**: counter controlled repetition, "a program loop in which the number of times the loop will iterate can be determined before the loop is executed." 
-**indefinite loop**: sentinel controlled repetition+ 
 +**indefinite loop**: sentinel controlled repetition, "a program loop in which the number of times the loop will iterate is not known before the loop is executed."
python/features.txt · Last modified: 2017/12/06 01:54 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki