Upload code
This commit is contained in:
16
RandomTurtle/Striche.py
Executable file
16
RandomTurtle/Striche.py
Executable file
@@ -0,0 +1,16 @@
|
||||
from turtle import*
|
||||
|
||||
dicke = 3
|
||||
lt(90)
|
||||
|
||||
for i in range(10):
|
||||
fd(100)
|
||||
bk(100)
|
||||
rt(90)
|
||||
pu()
|
||||
fd(20)
|
||||
pd()
|
||||
lt(90)
|
||||
width(dicke)
|
||||
dicke += 2
|
||||
|
||||
Reference in New Issue
Block a user