Commit 47350d8a by BellCodeEditor

save project

parent c8ae2a28
Showing with 3 additions and 9 deletions
import turtle import random
turtle.fillcolor("yellow") player = input("请出拳(石头/剪刀/布):")
turtle.begin_fill() \ No newline at end of file
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