Skip to content

Commit

Permalink
Create pareimpar.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinsJessica authored Mar 1, 2023
1 parent 98953c5 commit 53038ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pareimpar.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
numero = int(input("Digite um numero inteiro: "))

if (numero%2) == 0:
print("par")
else:
print("impar")

0 comments on commit 53038ea

Please sign in to comment.