generated from mwc/project_drawing
	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.
		
			
				
	
	
		
			12 lines
		
	
	
		
			130 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			130 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# drawing.py
 | 
						|
# ----------
 | 
						|
# By Challa Zirek
 | 
						|
#
 | 
						|
# (Briefly describe what this program does.)
 | 
						|
 | 
						|
import turtle
 | 
						|
from turtle import *
 | 
						|
 | 
						|
 | 
						|
 |