You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def draw():
lea.forward(1)
lea.left(10)
if py5.frame_count > 20 : py5.no_loop()
py5.run_sketch()
I know I can code myself a simple Turtle class, or use translate, rotate, etc. but just using the turtle CPython module ?
Maybe somebody has already a py5.Turtle class available ?
Thanks.