Results 1 - 2 of about 2 results out of about 3512 pages. (0.01 seconds)

Generators . . . 11 matches
...Generator functions allow you to declare a function that behaves like an iterator, i.e. it can be used in a for loop. = Simplified Code = The simplification of code is a result of...

10.3k - rev: 23 (current) last modified: 2020-12-04 19:05:45

ForLoop . . . 1 match
...t a '''fixed number of times'''. The for-loop is always used in combination with an [[Iterator|iterable object]], like a list or a range. The Python ''for'' statement iterates over...

5.5k - rev: 18 (current) last modified: 2022-01-23 09:18:40

Unable to edit the page? See the FrontPage for instructions.