Commit 59b0e7ba by BellCodeEditor

save project

parent b15776b0
Showing with 11 additions and 3 deletions
name=input("你叫啥") import turtle
print(name+"你真棒") pen=turtle.Pen()
\ No newline at end of file w=input("color")
pen.color(w)
pen.fillcolor(w)
pen.begin_fill()
for i in range(5):
pen.forward(100)
pen.left(144)
pen.end_fill()
turtle.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