Commit 133c2eda by BellCodeEditor

save project

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