Commit 0ae7cbb4 by BellCodeEditor

auto save

parent fbc8a617
Showing with 5 additions and 2 deletions
# 玩家出拳
a = input("玩家出拳:(剪刀,石头,布)")
print("你出的:"+a)
\ No newline at end of file
if a != "剪刀" and a != "石头" and a != "布" :
print("你出了个什么?")
else :
print("你出的:"+a)
\ 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