Posts by Maycon Batestin • 1 point
1 post
-
-3
votes1
answer84
viewsQ: Creating a Register Program with Pandas and Python
I’m creating an expense control to be used as a data science study. This is my expression: def cadastro(): descritivo = [] valor = [] condicao = [] mes = input('Qual o mês vigente: ')[0:3].upper()…