Commit 1c674047 by BellCodeEditor

save project

parent dbc36a1b
Showing with 1 additions and 0 deletions
......@@ -8,6 +8,7 @@ list=["石头","剪刀","布"]
letter=random.choice(list)
print("计算机出拳:"+letter)
#显示结果
if player==letter:
print("平局")
elif player=="石头"and letter=="剪刀":
......
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