Skip to content

Commit

Permalink
Create conversao.py
Browse files Browse the repository at this point in the history
''' ''' string especial - comentário para não alocar na memória
  • Loading branch information
MartinsJessica authored Mar 22, 2023
1 parent 8efa7d1 commit d86c7a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conversao.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
'''Jessica Martins da Silva HT3021611'''

medm = float(input("digite um número"))
conv = medm*100
print(medm,"equivale",conv,"centimetros")

0 comments on commit d86c7a1

Please sign in to comment.