Commit d4e9a59a by BellCodeEditor

save project

parent 541cd720
Showing with 9 additions and 3 deletions
chuquan=input("石头/剪刀/布") import turtle
print() turtle.fillcolor("yellow")
\ No newline at end of file turtle.begin_fill()
for i in range(5):
turtle.forward(180)
turtle.right(144)
turtle.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