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.
1 parent ff3e145 commit 36392a3Copy full SHA for 36392a3
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