Commit 304fdeef by BellCodeEditor

auto save

parent 54d6cc97
Showing with 2 additions and 11 deletions
d=input("what color?") list
import turtle \ No newline at end of file
a=turtle.Pen()
a.fillcolor(d)
a.begin_fill()
for i in range(5):
a.forward(150)
a.left(144)
a.end_fill()
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