April 2024
Beginner to intermediate
500 pages
24h 20m
English
speed(speed=None) If no parameter is given, return the current speed of the turtle. Otherwise, set the speed to an integer value between 0 and 10, where 0 means no animation, 1 is the slowest, and speeds increase as the number increases up to 10.
tracer(n=None, delay=None) Only every nth update is performed when animating the turtle. The second parameter specifies a delay value in milliseconds.
delay(delay=None) Set or return the drawing delay in milliseconds.
update() Update the screen with all drawing. This is useful when tracer is set to 0.
Read now
Unlock full access