-
Notifications
You must be signed in to change notification settings - Fork 40
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
Work Home Done S2 #34
base: main
Are you sure you want to change the base?
Conversation
texto6 = "Conto com ajuda de pessoas maravilhosas para não desistir e seguir resiliente. " | ||
texto7 = "Então, me segure, pois a partir de dezembro sairei espalhando para todo mundo que me formei pela Reprograma e que enfim serei uma GAROTA DE PROGRAMA." | ||
|
||
print(texto1 + str(adj1) + texto2 + str(adj2) + texto3 + str(adj3) + texto4 + texto5 + texto6 + texto7) |
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.
amiga voce simplesmente transcendeu, passou os argumentos dentro dos argumentos!!!!!!!!!! SOU SUA FA SERIO
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.
Ahhhhhhhh, pow fico tão feliz sabendo, eu jurei que tinha feito muita merda kkkkkkkkkkkkkkkkkkkkkkk
<3 <3 <3 <3 Posso dormir em paz!
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.
Eu também!!
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.
Ai gente, eu vou chorar kkkkkkkkkkkkk
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.
Menina, que ARRASO!!!!
if(litros%tamanho_da_lata_em_litros != 0): | ||
latas_inteiras += 1 | ||
|
||
valor_total = latas_inteiras * preco_da_lata |
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.
Aqui tem um errinho. A variável valor_total tá sendo criada dentro do bloco interno do if da linha 14 for verdadeiro.
Então se o if não for verdadeiro, não vai fazer a conta e criar a variável, o que vai gerar erro na hora do print.
No description provided.