Commit 55930da9 by BellCodeEditor

save project

parent 9f31f4c8
Showing with 8 additions and 3 deletions
my=input("你出啥子")# 玩家出拳
print("傻逼出的"+my)
\ No newline at end of file
while True:
my=input("你出啥子")
if(my=="石头"or my=="布"or my=="剪刀"):
print("傻逼出的"+my)
break
else:
print("不得行")
\ 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