Commit cc4c4ab8 by BellCodeEditor

auto save

parent 55e28e3a
Showing with 13 additions and 0 deletions
import random
ppp=input("出拳(石头/剪刀/布")
nm=[1,2,3]
ccc=random.randint(nm)
if ppp in nm:
if ccc==1 and ppp=="剪刀"or ccc==2 and ppp=="布" or ccc==3 and ppp=="石头":
print(“输”)
elif :
\ No newline at end of file
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