Commit 0544d1f5 by BellCodeEditor

save project

parent 7020e07f
Showing with 0 additions and 10 deletions
...@@ -6,12 +6,3 @@ import random ...@@ -6,12 +6,3 @@ import random
list=["石头","剪刀","布"] list=["石头","剪刀","布"]
c=random.choice(list) c=random.choice(list)
print("计算机出拳是:"+c) print("计算机出拳是:"+c)
if player in list:
if player==c:
print("平局")
elif (player=="石头"and c=="剪刀") or (player=="剪刀"and c=="布") or (player=="布"and c=="石头"):
print("成功")
else:
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