Issue 7061: Explained 'gon'

This commit is contained in:
Alexander Belopolsky 2010-10-29 17:16:49 +00:00
parent 9f62d1c5dd
commit 3cdfb12360
2 changed files with 9 additions and 2 deletions

View file

@ -1575,7 +1575,10 @@ class TNavigator(object):
>>> turtle.left(90)
>>> turtle.heading()
90
>>> turtle.degrees(400.0) # angle measurement in gon
Change angle measurement unit to grad (also known as gon,
grade, or gradian and equals 1/100-th of the right angle.)
>>> turtle.degrees(400.0)
>>> turtle.heading()
100