Commit 61edc054 by BellCodeEditor

auto save

parent 4c1ec863
Showing with 7 additions and 6 deletions
import random
player=input("请出拳:石头/剪刀/布")# 玩家出拳
print("玩家出拳:"+player)
import random
list=["石头" "剪刀" "布"]
c4=random'choice(list)
list=["石头","剪刀","布"]
c4=random.choice(list)
print(c4)
if c4 in list
if c4==computer
print(
print(ww)
elif (player=="石头" and computer=="剪刀")or(player=="剪刀" and c4"布")or(player=="布"and c4 "石头")
print(YES)
else:
print("FF")
else:
print(KO)
\ No newline at end of file
print(KO) shitou
\ 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