Skip to content

Commit

Permalink
exercicio 2 seção 2 corrigido
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemariano committed Jun 3, 2022
1 parent a91fbc8 commit b02615b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def positivo_ou_negativo(n):
if n > 0:
print("'positivo'")
elif n == 0:
print("'não nem positivo nem negativo'")
print("'não tem positivo nem negativo'")
else:
print("'negativo'")

0 comments on commit b02615b

Please sign in to comment.