0
Good evening, the code below in python3 should return a monthly fee amount according to the customer’s age, I used the time module to get the customer’s age when he informed his birth year, thinking about the possibility of the user to inform a year of birth higher than the current one, I put the following return:
"elif idade < 0:
print('##ERRO## INFORME ANO VALIDO!') "
However it returns the value of R $ 50.00...
Can someone offer a help??
Thanks, it worked, one more being betrayed by the small details.. m/
– Jeferson Silva