Commit e30cc6d1 by BellCodeEditor

save project

parent a004753b
Showing with 2 additions and 1 deletions
# 玩家出拳 # 玩家出拳
import random
sb=input("请输入石头/剪刀/布") sb=input("请输入石头/剪刀/布")
print("玩家出拳"+sb) print("玩家出拳"+sb)
import random
list=["石头","剪刀","布"] list=["石头","剪刀","布"]
computer=random.choice(list) computer=random.choice(list)
print("计算继出拳:"+computer) print("计算继出拳:"+computer)
...@@ -27,3 +27,4 @@ elif: ...@@ -27,3 +27,4 @@ elif:
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