Commit f204b76d by BellCodeEditor

save project

parent bcdf355d
Showing with 2 additions and 2 deletions
......@@ -7,11 +7,11 @@ print("电脑"+com)
if play==com:
print("平局")
elif play == "石头"and com=="剪刀"
elif play == "石头"and com=="剪刀":
print("玩家赢了")
elif play == "剪刀"and com=="布":
print("玩家赢")
elif play == "布"and com =="石头"
elif play == "布"and com =="石头":
print("玩家赢")
else:
print("玩家输")
......
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