Commit 69089587 by BellCodeEditor

save project

parent 2f545361
Showing with 3 additions and 1 deletions
from turtle import * from turtle import *
c = input() c = input()
collor(c) color(c)
pensize(3) pensize(3)
pendown() pendown()
for i in range(5): for i in range(5):
fd(100) fd(100)
rt(144) rt(144)
done()
\ 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