Python and Turtle animation,Difficulty Level 6,loop,math,python Animating Lissajous Curve with Python Turtle

Animating Lissajous Curve with Python Turtle

We drew a Lissajous Curve with fixed value for k1 (3) and k2 (2). Lets gradually change k1 from 0 to 3 and draw each one of them to generate an animation sequence as shown in this video:

Animation of Lissajous Curve with Python Turtle

Related Post