Commit 06ddb1f2 by BellCodeEditor

save project

parent c147d688
Showing with 33 additions and 2 deletions
# 我们都爱夸夸夸 '''name=input("你叫啥")
\ No newline at end of file print(name+"雷猴")
'''
'''import turtle
a=turtle.Pen()
yanse=input("xnan yan se")
a.fillcolor(yanse)
a.begin_fill()
for i in range(3):
a.forward(100)
a.left(120)
a.end_fill()
turtle.done()'''
import random
a=input("c(s/j/b) ")
print("pc " + a)
list=['s','j','b']
c=random.choice(list)
print(c)
if a in list:
if a==c:
print("pj")
elif(a=="s"and c=="j" or a=="j"and c=="b" or a=="b"and c=="s" ):
print("py")
else:
print("ps")
else:
print('sb')
\ 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