Commit 64f33679 by BellCodeEditor

save project

parent 75cbe37a
Showing with 2 additions and 1 deletions
...@@ -6,7 +6,7 @@ com=random.choice(list) ...@@ -6,7 +6,7 @@ com=random.choice(list)
print("计算机出拳:"+com) print("计算机出拳:"+com)
if com==player: if com==player:
print("平sb局") print("平sb局")
elif (com=="石头" and player=="布") or (com=="布" and player=="剪刀") or (com=="剪刀" and player=="石头") elif (com=="石头" and player=="布") or (com=="布" and player=="剪刀") or (com=="剪刀" and player=="石头"):
print("sb,我赢了") print("sb,我赢了")
else: else:
print("sb,你怎么跟个sb一样") print("sb,你怎么跟个sb一样")
\ 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