News

Python Turtle Drawings 🐢 This repo contains some of my projects that I made while learning Python by using the turtle module. The turtle module is a fun way of drawing shapes and patterns with a ...
The turtle can draw lines and curves as it walks around, creating geometric art. The next step is to add a loop to your code, letting you repeat the instructions as many times as you want. We'll be ...