mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #6354: More fixes for code examples involving the repr of a float.
This commit is contained in:
parent
6e6565b64b
commit
5a55b61a2a
6 changed files with 13 additions and 13 deletions
|
@ -881,7 +881,7 @@ Color control
|
|||
>>> tup = (0.2, 0.8, 0.55)
|
||||
>>> turtle.pencolor(tup)
|
||||
>>> turtle.pencolor()
|
||||
(0.20000000000000001, 0.80000000000000004, 0.5490196078431373)
|
||||
(0.2, 0.8, 0.5490196078431373)
|
||||
>>> colormode(255)
|
||||
>>> turtle.pencolor()
|
||||
(51, 204, 140)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue