Commit 33079120 by BellCodeEditor

save project

parent 5e3ba212
Showing with 5 additions and 4 deletions
# 玩家出拳 # 玩家出拳
quan = input("123:") quan = input("请选择:")
point("你出的是:"+quan) print("你出的是:"+quan)
import random import random
guess_list = ["1","2","3"] guess_list = ["剪刀","石头","布"]
\ No newline at end of file print(random.choice(guess_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