Commit 42b7c28f by BellCodeEditor

save project

parent 114c62ac
Showing with 34 additions and 3 deletions
# 我们都爱夸夸夸
# 石头剪刀布
player=input("请出拳 石头/剪刀/布")
print("玩家出拳",player)
\ No newline at end of file
print("玩家出拳",player)
\ No newline at end of file
import turtle
turtle.fillcolor("blue")
turtle.begin_fill()
turtle.penup()
turtle.goto(0,-200)
turtle.pendown()
turtle.pensize(5)
turtle.circle(200)
turtle.end_fill()
turtle.fillcolor("white")
turtle.begin_fill()
turtle.circle(165)
turtle.end_fill()
turtle.penup()
turtle.goto(-48,100)
turtle.pendown()
turtle.fillcolor("white")
turtle.begin_fill()
turtle.circle(40)
turtle.penup()
turtle.goto(30,100)
turtle.pendown()
turtle.circle(40)
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