Commit a3504700 by BellCodeEditor

auto save

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