generated from mwc/lab_iteration
Nah
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:
6
squares.py
Normal file
6
squares.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from turtle import square
|
||||
square(20)
|
||||
penup()
|
||||
forward(40)
|
||||
pendown()
|
||||
square (20)
|
||||
Reference in New Issue
Block a user