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 e7400d7 commit 76a1036Copy full SHA for 76a1036
Doc/library/turtle.rst
@@ -979,8 +979,8 @@ Settings for measurement
979
>>> turtle.heading()
980
90.0
981
982
- Change angle measurement unit to grad (also known as gon,
983
- 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.)
984
>>> turtle.degrees(400.0)
985
986
100.0
0 commit comments