Skip to content

Commit

Permalink
Create nome.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinsJessica authored Mar 22, 2023
1 parent d18bab9 commit 348173b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nome.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
nome = input ("Como se chama? ")
anonasc = int(input ("Em que anos nasceu?"))
idade = 2023 - anonasc
print(nome,"você fez ou faz",idade,"anos")

0 comments on commit 348173b

Please sign in to comment.