Files
lab_iteration/squares.py
chuttenmaier 01378deaa5 Nah
i understand all the ranges
chances are i wont need people reading my program but if they do ill be there guideing them
2025-09-24 09:31:27 -04:00

6 lines
78 B
Python

from turtle import square
square(20)
penup()
forward(40)
pendown()
square (20)