Commit 9f6e32f3 by BellCodeEditor

auto save

parent 111e1d24
Showing with 17 additions and 0 deletions
while True:
q=input("请出拳stascabua")
print("playerchuquan:"+q)
import random
list=["剪sc","石st","布bu"]
computer=random.choice(list)
print("computer out quan:"+computer)
if q in list:
if q==computer:
print("flat ju")
elif (computer=="布bu" and q=="剪sc" ) or (computer=="剪sc" and q=="石st" ) or (computer=="石st" and q=="布bu" ):
print("win!!!ohhhhhhhhhhhhhhhhhhhh!!")
else:
print("failed !!!!!!!!!!hoooooooooooooooooooooooooooooooooooo")
else:
print("xxsgui,114514sp!!!!!!11451411919810aaaaaaaaalkuykb")
\ 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