Commit fcece8db by BellCodeEditor

save project

parent 58ce5790
Showing with 0 additions and 2 deletions
...@@ -4,8 +4,6 @@ import random ...@@ -4,8 +4,6 @@ import random
list=["布","石头","剪刀"] list=["布","石头","剪刀"]
computer=random.choice(list) computer=random.choice(list)
print("计算机出拳:"+computer) print("计算机出拳:"+computer)
if player="拳":
print("你真痾霭")
else: player not in list: else: player not in list:
print("你是不是有病,:(") print("你是不是有病,:(")
if (computer==player): if (computer==player):
......
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