Skip to content

Entrega exercicios semana 02#30

Open
andrezarsoliveira wants to merge 1 commit intoreprograma:mainfrom
andrezarsoliveira:main
Open

Entrega exercicios semana 02#30
andrezarsoliveira wants to merge 1 commit intoreprograma:mainfrom
andrezarsoliveira:main

Conversation

@andrezarsoliveira
Copy link

No description provided.

litros_com_folga = litros * 1

lata = int(litros_com_folga/18)
resto = litros_com_folga %18
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Não é errado usar 18, mas imagine em você mesma daqui dois meses olhando esse código. O que significa 18?

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