Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Doc/library/turtle.rst
1 parent 7fc0f86 commit 1598e18Copy full SHA for 1598e18
1 file changed
Doc/library/turtle.rst
@@ -993,8 +993,8 @@ Settings for measurement
993
>>> turtle.heading()
994
90.0
995
996
- Change angle measurement unit to grad (also known as gon,
997
- grade, or gradian and equals 1/100-th of the right angle.)
+ >>> # Change angle measurement unit to grad (also known as gon,
+ >>> # grade, or gradian and equals 1/100-th of the right angle.)
998
>>> turtle.degrees(400.0)
999
1000
100.0
0 commit comments