Skip to content

Commit

Permalink
soma.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinsJessica authored Feb 15, 2023
0 parents commit 2324e41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions soma.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
a = int(input("Digite um número: "))
b = int(input("Digite um número: "))
soma = a+b
print (soma)

0 comments on commit 2324e41

Please sign in to comment.