Commit 133c2eda by BellCodeEditor

save project

parent 902e651d
Showing with 6 additions and 14 deletions
# 玩家出拳 import turtle
import random pen = turtle.Pen()
input() pen.write("诺依,\n你真是个***",font = ("Times",30,"normal"))
print("玩家出拳" + sad) pen.hideturtle()
hello = random.choice(jin) turtle.done()
print(hello) \ No newline at end of file
if sad == hello:
print("平局")
else:
if (sad == "石头" and hello =="剪刀") or (sad == "剪刀" and hello == "布") or (sad == "布" and hello == "石头"):
print("win")
else:
print("lose")
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