Commit 68b3b002 by BellCodeEditor

save project

parent 92c5adaf
Showing with 2 additions and 1 deletions
......@@ -17,5 +17,6 @@ elif c=='布' and ch=='剪刀':
print('lose')
elif c=='剪刀' and ch=='石头':
print('win')
elif c=='剪刀' and ch=='布':
print('win')
elif:
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