Commit 2f545361 by BellCodeEditor

save project

parent 3227a22a
Showing with 5 additions and 2 deletions
...@@ -2,4 +2,7 @@ from turtle import * ...@@ -2,4 +2,7 @@ from turtle import *
c = input() c = input()
collor(c) collor(c)
pensize(3) pensize(3)
pend pendown()
\ No newline at end of file for i in range(5):
fd(100)
rt(144)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment