i understand all the ranges
chances are i wont need people reading my program but if they do ill be there guideing them
This commit is contained in:
chuttenmaier
2025-09-24 09:31:27 -04:00
parent cb57983162
commit 01378deaa5
3 changed files with 13 additions and 5 deletions

6
squares.py Normal file
View File

@@ -0,0 +1,6 @@
from turtle import square
square(20)
penup()
forward(40)
pendown()
square (20)