Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

MazeBlue
Copy link

@MazeBlue MazeBlue commented May 1, 2024

No description provided.

Comment on lines +122 to +127
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")
Copy link
Collaborator

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 😄

Comment on lines +86 to +87
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}")
Copy link
Collaborator

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.

Copy link
Collaborator

@manuellysuzik manuellysuzik left a 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 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants