-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resolução projeto - Pâmela F #12
base: main
Are you sure you want to change the base?
Conversation
if receita > maior_receita: | ||
maior_receita= receita | ||
ano_melhor_receita= el.get("ano_receita") | ||
if receita < pior_receita: | ||
pior_receita= receita | ||
ano_pior_receita= el.get("ano_receita") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
acho que tem algo errado com a lógica. Mas parabéns por ter tentado 😄
dataset.append(novo_registro) | ||
print(f"Esse é a nova entrada no dataset: mês {mes} de {ano} com faturamento de R${faturamento} e despesa de R$ {despesas}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uma boa forma de mostrar ao usuário quais detalhes acabaram de ser introduzidos.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Muito bom! parabéns 😃
No description provided.