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

Calculator.py #96

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

Conversation

rubinoWhoDev
Copy link

Implementato script per l'esecuzione di operazioni base tra due operandi inserite in input

Copy link
Collaborator

@makapx makapx left a 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

@rubinoWhoDev rubinoWhoDev requested a review from makapx October 30, 2023 16:46
return first*second

def division(first, second):
return first / second

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.

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.

3 participants