Commit 75cbe37a by BellCodeEditor

save project

parent bc7f1986
Showing with 2 additions and 1 deletions
......@@ -6,7 +6,7 @@ com=random.choice(list)
print("计算机出拳:"+com)
if com==player:
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,我赢了")
else:
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