# Script Title This script draws a sine wave using the built-in Python library Turtle. The image below demonstrates the equation of a sine wave. ![Screenshot of the sine wave equation](equation.png) [source](https://www.mathsisfun.com/algebra/amplitude-period-frequency-phase-shift.html) ### Prerequisites None ### How to run the script 1) Open a terminal 2) Navigate to the "Sine_Wave" directory containing this python file using the command prompt. 3) **Execute:** `python sine_wave.py` ### Screenshot/GIF showing the sample use of the script ![Screenshot of the sine_wave.py file](screenshot.png) ## *Author Name* [echoaj](https://github.com/echoaj)