Kaydet (Commit) 96598afa authored tarafından Georg Brandl's avatar Georg Brandl

Merge with 3.2.

...@@ -184,6 +184,9 @@ following loop, which searches for prime numbers:: ...@@ -184,6 +184,9 @@ following loop, which searches for prime numbers::
8 equals 2 * 4 8 equals 2 * 4
9 equals 3 * 3 9 equals 3 * 3
(Yes, this is the correct code. Look closely: the ``else`` clause belongs to
the :keyword:`for` loop, **not** the :keyword:`if` statement.)
.. _tut-pass: .. _tut-pass:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment