Skip to content

Commit

Permalink
Create idade.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinsJessica authored Mar 1, 2023
1 parent f09be8f commit d18bab9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions idade.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
idade = int(input("Digite sua idade: "))
if (idade >=18) :
print("Vc é de MAIOR")
print("Voce pode tirar carta")

else:

print("Voce é de menor")
print("Fim do programa")

0 comments on commit d18bab9

Please sign in to comment.