Commit 6c9c57f4 by BellCodeEditor

save project

parent e1e81ba9
Showing with 8 additions and 2 deletions
import random import random
a = random.randint()
\ No newline at end of file com=["石头","剪刀","布"]
comper = random.choice(com)
print("电脑出拳为:"+comper)
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