Upload code
This commit is contained in:
7
RandomOtherStuff/main.py
Executable file
7
RandomOtherStuff/main.py
Executable file
@@ -0,0 +1,7 @@
|
||||
from turtle import *
|
||||
|
||||
for i in range(4):
|
||||
fd(100)
|
||||
right(90)
|
||||
|
||||
exitonclick()
|
||||
Reference in New Issue
Block a user