generated from mwc/lab_iteration
	i understand all the ranges chances are i wont need people reading my program but if they do ill be there guideing them
		
			
				
	
	
		
			6 lines
		
	
	
		
			78 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			78 B
		
	
	
	
		
			Python
		
	
	
	
	
	
from turtle import square
 | 
						|
square(20)
 | 
						|
penup()
 | 
						|
forward(40)
 | 
						|
pendown()
 | 
						|
square (20) |