Commit f03923ee by BellCodeEditor

save project

parent ab799951
Showing with 6 additions and 0 deletions
if pla
if player==c if player==c
print("平局") print("平局")
elif (player=="石头"and c=="剪刀"and c=="布")or(piayer=="布" and c=="石头"): elif (player=="石头"and c=="剪刀"and c=="布")or(piayer=="布" and c=="石头"):
print("你赢了") print("你赢了")
else: else:
print("你输了") 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