Commit 460a2378 by BellCodeEditor

save project

parent 2623c258
Showing with 7 additions and 6 deletions
import random import random
b=() #玩家
a=input("玩家出拳石头/剪刀/布:")
print("玩家出拳:"+a)
a=input("玩家出拳:") #计算机
print("玩家出拳:"+石头/剪刀/) list =["石头","剪刀","布"]
\ No newline at end of file letter=random.choice(list)
\ 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