Commit 681a5466 by BellCodeEditor

save project

parent dbbc7806
Showing with 4 additions and 1 deletions
......@@ -4,8 +4,11 @@ name=random.choise(list)
print("name"+"player")
player=input("jian"/"shi"/"bu")
print(player)
if player not in list[]:
print(youareworng)
if name==player
print(no win)
elif:(player=="jian" and name=="bu") or (player=="shi" and name=="jian") or (player=="bu" and name=="shi"):
elif (player=="jian" and name=="bu") or (player=="shi" and name=="jian") or (player=="bu" and name=="shi"):
print(player win )
else:
print(name win)
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