Commit 6ae906ea by BellCodeEditor

auto save

parent a0cbfb52
Showing with 8 additions and 0 deletions
# 玩家出拳
while True:
chuqvan=input("请出拳(1是石头/2是剪刀/3是布):")
if chuqvan=="1":
print("玩家出拳:石头")
if chuqvan=="2":
print("玩家出拳:剪刀")
if chuqvan=="3":
print("玩家出拳:布")
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