Commit 0af4ced7 by BellCodeEditor

save project

parent 668ae93f
Showing with 1 additions and 2 deletions
......@@ -2,5 +2,4 @@ import random
o=input("请出拳")
print("玩家出拳:"+o)
list=["石头","剪刀","布"]
u=random.choice(list)
print("电脑出拳:"+u)
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