Commit 524377a2 by BellCodeEditor

save project

parent 9eb943aa
Showing with 25 additions and 0 deletions
......@@ -8,3 +8,28 @@ elif player=="布"and computer=="石头":
print("恭喜你,你赢了")
else:
print("很遗憾,你输了")
a= input()
if a==1:
print("1")
elif a==2:
print("2")
elif a==3:
print("3")
else:
print("0")
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