Commit a8798da9 by BellCodeEditor

save project

parent f53d73f7
Showing with 7 additions and 2 deletions
......@@ -2,4 +2,9 @@
player=input("请出全(石头/剪刀/布):")
print("玩家出拳:"+player)
import random
list={}
\ No newline at end of file
list=["石头","剪刀","布"]
computre=random.choice(liest)
print(computer)
if plyer==computer:
print("平局")
elif(player=="石头"and computer=="剪刀"and computer=="print"())
\ 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