Skip to content

Commit

Permalink
so it turns out this REALLY needs to be a float
Browse files Browse the repository at this point in the history
  • Loading branch information
li3n3 committed Jul 8, 2015
1 parent c4eb0f1 commit a7dac34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter04/mypolygon.py
Expand Up @@ -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):
'''
Expand Down

0 comments on commit a7dac34

Please sign in to comment.