This repository contains Python scripts that use the Turtle graphics library. The Turtle library allows you to create graphics and animations using a virtual "turtle" that you can control with code.
To use the scripts in this repository, you'll need to have Python installed on your computer. You can download the latest version of Python from the official website: https://www.python.org/downloads/
Once you have Python installed, you can clone this repository to your local machine using the following command:
bash
git clone https://github.com/dominicOT/Python-Turtle.git
After you've cloned the repository, you can navigate to the directory containing the script you want to run and execute it using the following command:
python script_name.py
This repository is licensed under the GNU v3.0 License. You can find more information in the LICENSE file.
As this is also another random class task, you're so free to disect it however you please.