Commit 40ad0252 by BellCodeEditor

save project

parent b695532a
Showing with 1 additions and 1 deletions
......@@ -10,6 +10,6 @@ if a == p:
elif a == '石头' and p == '剪刀' or(a=='剪刀' and p=='布') or (a=='布' and p=='石头'):
print('你输了')
else:
print'你赢了')
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