Commit 5486c76e by BellCodeEditor

save project

parent 64652ab0
Showing with 11 additions and 3 deletions
a=input("你叫啥?") d=input("what color?")
print(a+",hi😜") 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