Commit 2575aee8 by BellCodeEditor

auto save

parent c6e386c8
Showing with 4 additions and 3 deletions
name = input("你叫啥?") #玩家出拳
print(name + ",你好呀") player = input("玩家出拳(石头/剪刀/布):")
\ No newline at end of file print("玩家出拳" + player)
\ 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