Files
project_drawing/drawing.py
caglazir e6cd7fafde I wrote my plan for the project
Somewhere I got stuck: I can't recall what I struggled with. I think I was overall a little intimidated.
Something I figured out: Overlapping two filled in/colored objects to create the desired shape that is
much more complex to do in one-go.
Strategy I used: Breaking my problem down into smaller chunks.
Something I'm wondering: How to color in specific shapes.
Something I want to learn about: Animation. I would love to eventually learn more complex motions.
An idea for future: Adding more elements such as a background with dynamic objects.
2025-10-02 12:18:19 -04:00

12 lines
130 B
Python

# drawing.py
# ----------
# By Challa Zirek
#
# (Briefly describe what this program does.)
import turtle
from turtle import *