Good evening, the down code in python3 should return a monthly amount according to the client's age, I used the time module to get the client's age when he informed his year of birth, thinking about the possibility of the user informing a year of birth above the current, I put the following return:
"elif idade < 0:
print('##ERRO## INFORME ANO VALIDO!') "
But it returns the value of $ 50.00 ...
Can anyone help?