Kaydet (Commit) 668d2cc3 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

merge 3.3

......@@ -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:
......
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