Commit 9cfdf8b3 by BellCodeEditor

save project

parent 9aa933fb
Showing with 12 additions and 0 deletions
import random
player=input("哈哈哈哈哈哈")
print("玩家出拳:"+player)
list=["djbdh"]
computer=random.choice(list)
print(computer)
print("bvfjd:"computer)
if player==computer:
print("pj")
elif (player=="石头"andcomputer=="剪刀")or(player=="剪刀"andcomputer=="布")or(player=="布"andcomputer=="石头")
print("hgf")
else:
print("jvhjf")
\ 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