Commit ffff4871 by BellCodeEditor

save project

parent 076aa974
Showing with 10 additions and 3 deletions
import random import random
list["jian","shi","bu"] list["jian"/"shi"/"bu"]
name=random.choise(list) name=random.choise(list)
print("name"+"player") print("name"+"player")
\ No newline at end of file player=input("jian"/"shi"/"bu")
print(player)
print(no win)
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)
\ 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