Commit 5713efa7 by BellCodeEditor

save project

parent 461f8a45
Showing with 4 additions and 0 deletions
# 玩家出拳 # 玩家出拳
jkol=input("请输入石头.剪刀.布:") jkol=input("请输入石头.剪刀.布:")
print("你的出拳是"+jkol) print("你的出拳是"+jkol)
k = random("石头.剪刀.布")
print("计算机的出拳是"+k)
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