-
Notifications
You must be signed in to change notification settings - Fork 79
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
Calculator.py #96
base: main
Are you sure you want to change the base?
Calculator.py #96
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sembra che tu abbia fatto un po' di confusione e tolto alcuni esercizi. Non c'è bisogno di cancellarli. La pipeline ti da errore perché si aspetta un file sum che non trova. Prova a fare il revert del commit dove cancelli il file sum.py e riporta le modifiche che invece ti servono
return first*second | ||
|
||
def division(first, second): | ||
return first / second |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aggiungi un blocco try/except per gestire le eccezioni che potrebbero essere scatenate da questo operatore.
Implementato script per l'esecuzione di operazioni base tra due operandi inserite in input