Commit 0a895426 by BellCodeEditor

save project

parent 26b0a5ea
Showing with 6 additions and 13 deletions
if player in list: import turtle
if player==computer: pen=turtle.Pen()
print("平局") pen.write("诺依,你好!\n好久不见\n近来可好?",font=("Time",30,"normal"))
elif player=="石头"and computer=="剪刀": pen.hideturtle()
print("恭喜,你赢了") turtle.done()
elif player=="剪刀"and computer=="布" \ No newline at end of file
print("恭喜,你赢了)
elif player==""and computer=="石头":
print("恭喜你,你赢了")
else:
print("很遗憾,你输了")
\ 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