Skip to content

Commit

Permalink
esercizio_somma
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoMaci committed Oct 30, 2023
1 parent 6d18fe6 commit 0f5dde7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/esercizio_somma.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@

def main():
a = int(input("Insert the first number: "))
b = int(input("Insert the second number: "))


b = int(input("Insert the second number: "))
print("Sum:", sum(a, b))

def sum(a: int, b: int) -> int:
Expand Down

0 comments on commit 0f5dde7

Please sign in to comment.