Skip to content

Commit

Permalink
https://pt.stackoverflow.com/q/87584/101
Browse files Browse the repository at this point in the history
  • Loading branch information
maniero committed Oct 8, 2019
1 parent 7188a5b commit 143bf3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Python/Typing/ConvertToInt.py
@@ -0,0 +1,6 @@
n1 = input ("informe um número ")
n2 = input ("informe um número ")
soma = int(n1) + int(n2)
print ("O resultado da soma de", soma)

#https://pt.stackoverflow.com/q/87584/101

0 comments on commit 143bf3a

Please sign in to comment.