Skip to content
New issue

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

Aggiunte operazioni di casting in alcune assegnazioni/confronti #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

SimoneMoreWare
Copy link

In alcune assegnazioni si tentava di moltiplicare una stringa (che rappresentava comunque un numero) per un float.
In alcuni confronti si tentava di confrontare una stringa (che rappresentava comunque un numero) per un intero.
Se si tentava di eseguire il codice il primo tentativo non generava nessun file excel (o csv) e solo nella seconda esecuzione del codice era possibile poi visualizzare il file excel.
Aggiungendo il casting nelle assegnazioni/confronti che lo richiedevano era possibile visualizzare il file excel alla prima esecuzione del codice.
issuefantacalcio

in alcune assegnazioni veniva effettuato il confronto tra una str e un numero intero, oppure si tentava di moltiplicare un str con un float (tutte le str comunque rappresentavano numeri)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant