Commit 28cff17a by BellCodeEditor

save project

parent e52310f1
Showing with 9 additions and 9 deletions
import turtle from turtle import *
ink=input("waht color?") ink=input("waht color?")
pen=turtle.Pen()
pen.fillcolor(ink) fillcolor(ink)
pen.begin_fill() begin_fill()
for i in range(5): for i in range(5):
pen.forward(200) forward(200)
pen.right(144) right(144)
pen.end_fill() end_fill()
turtle.done() done()
\ No newline at end of file \ 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