Commit 460a2378 by BellCodeEditor

save project

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