mirror of https://github.com/python/cpython.git
merge 3.3
This commit is contained in:
commit
668d2cc3d8
|
@ -611,8 +611,8 @@ This example introduces several new features.
|
|||
>>> print('The value of i is', i)
|
||||
The value of i is 65536
|
||||
|
||||
The keyword *end* can be used to avoid the newline after the output, or end
|
||||
the output with a different string::
|
||||
The keyword argument *end* can be used to avoid the newline after the output,
|
||||
or end the output with a different string::
|
||||
|
||||
>>> a, b = 0, 1
|
||||
>>> while b < 1000:
|
||||
|
|
Loading…
Reference in New Issue