Commit 5075c384 by BellCodeEditor

save project

parent 92d3f557
Showing with 5 additions and 0 deletions
import random
name=input("请出拳:") name=input("请出拳:")
print(name) print(name)
a=["石头","剪刀","布"]
p=random.choice(a)
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