Commit c3781d0a by BellCodeEditor

save project

parent b5c6bbbe
Showing with 21 additions and 0 deletions
import random
list = ["0","2","5"]
computer = random.choice(list)
print("JSJCQ"+computer)
\ No newline at end of file
import random
player = input("qcq:")
print("WJCQ"+player)
list = ["0","2","5"]
computer = random.choice(list)
print("JSJCQ"+computer)
if player in list :
if player==computer:
print("PJ")
elif (player=="0"and computer=="2")or(player=="2"and computer=="5")or(player=="5"and computer=="0"):
print("yes")
else:
print("no")
else:
print("GUN . 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