Commit 51b0e7af by BellCodeEditor

save project

parent 149c4093
Showing with 2 additions and 2 deletions
......@@ -7,7 +7,7 @@ computer=random.choice(list)
print(computer)
if player in list:
if player==computer:
print("无趣")
print("草,无趣")
elif player=="布" and computer=="石头":
print("包的老弟")
elif player=="剪刀" and computer=="布":
......@@ -17,5 +17,5 @@ if player in list:
else:
print("没实力")
else:
print("cao")
print("")
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