@@ -133,6 +133,9 @@ def evaluate(inp: Any, count: int, throw: str) -> tuple:
if winner:
data = ("win", winner, aggr[winner])
return data
elif inp == "exit":
data = ("exit",)
else:
data = ("msg", "ER03", "Zadejte prosím platnou hodnotu:", count, throw)
The note is not visible to the blocked user.