Commit 9dd2c427 by BellCodeEditor

auto save

parent 66c7f591
Showing with 7 additions and 4 deletions
# 玩家出拳 # # 玩家出拳
player = input("请选择-剪刀石头布:") # role_1=input("请输入 剪刀、石头、布:")
print("你的出拳是:"+player) # print("你出的是:"+role_1)
\ No newline at end of file
import random #choice
guess_list = ["rock","sessior","paper"]
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