Commit c6c39c53 by BellCodeEditor

save project

parent c6875287
Showing with 11 additions and 3 deletions
name=input("1") import turtle
print(name+"2") p = turtle.pen()
\ No newline at end of file color inpur("1:")
p.fillcolor(color)
p.begin_fill()
for i in range(5):
p.forward(100)
p.left(144)
p.end_fill()
turtie.done()
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