Division by zero #12
Loading…
Referencia en una nova incidència
Aún no existe contenido.
Eliminar la rama con el nombre '%!s()'
Eliminar una rama es permanente. NO PUEDE deshacerse. ¿Continuar?
Eliminar una rama es permanente. NO PUEDE deshacerse. ¿Continuar?
If a user who never played query the bot to get the panel, the code throws this error:
Traceback (most recent call last):
File "mastochess.py", line 1572, in
create_panel(username, played_games, wins)
File "mastochess.py", line 35, in create_panel
ratio = round((wins * 100) / played_games, 2)
ZeroDivisionError: division by zero
changed the description