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 May 31, 2022
1 parent 1fb9d69 commit cb5bbd1
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 cb5bbd1

Please sign in to comment.