Commit 0a0e0dff by BellCodeEditor

save project

parent ae8cf65a
Showing with 7 additions and 0 deletions
import random
ppo=input("出拳(石头、剪刀、布)")
nm=["石头""剪刀""布"]
ooo=random.randint(nm)
if ppo in nm:
if ooo==1 and ppo=="剪刀":
print("输")
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