diff --git a/chapter04/mypolygon.py b/chapter04/mypolygon.py index f1d0ceb..b1ad211 100644 --- a/chapter04/mypolygon.py +++ b/chapter04/mypolygon.py @@ -31,7 +31,7 @@ def polygon(t, length, n): ''' for i in range(n): fd(t, length) - lt(t, 360/n) + lt(t, 360.0/n) def circle(t, r): '''