Update mmind.py

This commit is contained in:
SpudGunMan
2024-09-30 16:53:33 -07:00
parent 90094c082a
commit 7796d03e21
+1 -1
View File
@@ -217,7 +217,7 @@ def compareCodeMMind(secret_code, user_guess):
msg += "✅ color ✅ position: {}".format(perfect_pins)
if wrong_position > 0:
if "" in msg:msg += f"\n"
if "" in msg: msg += f"\n"
msg += "✅ color 🚫 position: {}".format(wrong_position)
if "" not in msg and game_won == False: