Commit f1035f7c by BellCodeEditor

auto save

parent 6fe8eb89
Showing with 4 additions and 0 deletions
import random
list = ["剪刀","石头","布"]
p = random.choice(list)
print("计算机出拳:" + p)
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