We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Doc/library/turtle.rst
1 parent cf6b7eb commit 1433237Copy full SHA for 1433237
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