project_drawing/turtle.py

8 lines
110 B
Python

def draw_turtle(frame):
# ...
for frame in animate(100):
draw_turtle(frame)
draw_bubbles(frame)