Commit 5df213b2 by BellCodeEditor

auto save

parent 0fe86df1
Showing with 3 additions and 0 deletions
......@@ -2,3 +2,6 @@
i=input("石头/剪刀/布:")
print("玩家出"+i)
import random
o=["石头","剪刀","布"]
j=random.choice(o)
print("计算机出"+j)
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