Commit 6df658f9 by BellCodeEditor

save project

parent 58d0d2b9
Showing with 32 additions and 0 deletions
...@@ -7,3 +7,35 @@ print("我出的拳是:"+a) ...@@ -7,3 +7,35 @@ print("我出的拳是:"+a)
cq=["石头","剪刀","布"] cq=["石头","剪刀","布"]
b=random.choice(cq) b=random.choice(cq)
print("计算机出拳:"+b) print("计算机出拳:"+b)
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