We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hay una incogruencia entre los resultados del servidor. Servidor: Local:
Logré recrear el error borrando las siguientes dos lineas del script:
out = open('out.txt', 'a') out.close()
Esto crea un error en las lineas 151-153 cuando se intenta escribir en el archivo out:
print(f'Score: {(suma/comparador[key]["obj"])}', file=out) print(f'Sum: {suma}', file=out) print(f'Obj: {comparador[key]["obj"]}', file=out)
Borrando esas tres lineas se arregla todo 🤓 🤓 🤓
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hay una incogruencia entre los resultados del servidor.
Servidor:
Local:
Logré recrear el error borrando las siguientes dos lineas del script:
Esto crea un error en las lineas 151-153 cuando se intenta escribir en el archivo out:
Borrando esas tres lineas se arregla todo 🤓 🤓 🤓
The text was updated successfully, but these errors were encountered: