Commit a3504700 by BellCodeEditor

auto save

parent 9087a87a
Showing with 12 additions and 5 deletions
print()
\ No newline at end of file
player=input("请出拳:石头/剪刀/布")# 玩家出拳 import turtle
print("玩家出拳:"+player) pen=turtle.Pen()
print("你出得是"+player) colors=["red","orange","yellow","green"]
L= for i in range(1,999):
\ No newline at end of file pen.pencolor(colors[i%4])
pen.right(91)
pen.hideturtle()
turtle.done()
\ No newline at end of file
++ "b/\343\200\202py"
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