Commit 8a71c111 by BellCodeEditor

save project

parent 9675f8aa
Showing with 8 additions and 0 deletions
......@@ -6,3 +6,10 @@ print(RJ)
player = input("出拳")
print(player)
if RJ==player:
print("平局")
elif player=="石妙娜" and RJ=="小李飞刀":
print("赢")
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