Commit eb30372d by BellCodeEditor

save project

parent e81c199e
Showing with 8 additions and 5 deletions
import random
player = input("石头剪刀布:")
print(player)
a = input("石头剪刀布:")
print(a)
list=["石头""剪刀""布"]
windows = random.choice(list)
print(windows)
b = random.choice(list)
print(b)
if a("出拳"):
pass
else b("出拳"):
pass
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