Commit 8dd5e3d3 by BellCodeEditor

save project

parent 3863b321
Showing with 485 additions and 0 deletions
import random
list["石头""剪刀""布"]
A=random.choice(list)
print("计算机出拳"+A)
...@@ -4,3 +4,482 @@ print("玩家出拳:"+ee) ...@@ -4,3 +4,482 @@ print("玩家出拳:"+ee)
list=["石头","剪刀","布"] list=["石头","剪刀","布"]
e=random.choice(list) e=random.choice(list)
print("计算机出拳:"+e) print("计算机出拳:"+e)
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