takluyver / mobilechelonian

Turtles on a notebook
Other
100 stars 37 forks source link

speed(0) doesn't work as intended #25

Open tch1001 opened 2 years ago

tch1001 commented 2 years ago

Turtle().speed(0) doesn't work as intended

takluyver commented 2 years ago

The docstring says "Change the speed of the turtle (range 1-10)."

Any number < 1 works like 1, and any number > 10 works like 10.