Skip to content

Commit 55e6a56

Browse files
committed
fix for loop slide
1 parent 0d89af4 commit 55e6a56

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

slides/slides.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -187,17 +187,6 @@ behavior by default.
187187
<class 'object'>
188188
50000
189189
190-
Important to mention is that the variable created by the loop, in this
191-
case :python:`i`, is a *reference* to the location in the collection,
192-
so you can do this...
193-
194-
.. code-block:: python
195-
196-
>>> for i in values:
197-
i = 0
198-
>>> print(values)
199-
[0, 0, 0, 0]
200-
201190
===========
202191
While Loops
203192
===========

0 commit comments

Comments
 (0)