Skip to content

Commit

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

0 comments on commit 98953c5

Please sign in to comment.