mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix merge glitch.
This commit is contained in:
parent
043d6f67c7
commit
22ec03c286
1 changed files with 2 additions and 2 deletions
|
@ -548,8 +548,8 @@ series as follows::
|
|||
... # the sum of two elements defines the next
|
||||
... a, b = 0, 1
|
||||
>>> while b < 10:
|
||||
... print b
|
||||
... a, b = b, a+b
|
||||
... print(b)
|
||||
... a, b = b, a+b
|
||||
...
|
||||
1
|
||||
1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue