Skip to content

Commit

Permalink
bob is waaay too slow
Browse files Browse the repository at this point in the history
  • Loading branch information
li3n3 committed Jul 8, 2015
1 parent baecd39 commit c4eb0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter04/mypolygon.py
Expand Up @@ -5,7 +5,7 @@
world = TurtleWorld()
bob = Turtle()
alice = Turtle()
bob.delay = 0.2
bob.delay = 0.01

# draw square with a for loop!
# for i in range(4):
Expand Down

0 comments on commit c4eb0f1

Please sign in to comment.