Commit e995164d by BellCodeEditor

save project

parent 7d4c4c8a
Showing with 5 additions and 3 deletions
import turtle import turtle
Pen = turtle.Pen() Pen = turtle.Pen()
Pen.fillcolor("red") color = input("i8383839883939389439854749906986598549839859853984398398434")
Pen.fillcolor(color)
Pen.begin_fill() Pen.begin_fill()
for i in range(99): for i in range(50):
Pen.forward(100) Pen.forward(100)
Pen.left(360) Pen.left(100)
Pen.end_fill() Pen.end_fill()
turtle.done() turtle.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