solução da tarefa - #3829
Conversation
mateacademy-ai-mentor
left a comment
There was a problem hiding this comment.
Sorry, the pull request review was unsuccessful for the following reasons:
Warning
There are no files to review. Please make sure that you have added files to the pull request. Some files and directories may be ignored from the review or failed to load.
[CODE: NFR]
Additional info:
Ignored files list:
solution
If the issue is within your control, please address it.
The next review attempt will automatically launch in about 1 hour.
If you believe this is an error or need assistance, please contact the support team.
mateacademy-ai-mentor
left a comment
There was a problem hiding this comment.
Sorry, the pull request review was unsuccessful for the following reasons:
Warning
There are no files to review. Please make sure that you have added files to the pull request. Some files and directories may be ignored from the review or failed to load.
[CODE: NFR]
Additional info:
Ignored files list:
solution
If the issue is within your control, please address it.
The next review attempt will automatically launch in about 1 hour.
If you believe this is an error or need assistance, please contact the support team.
mateacademy-ai-mentor
left a comment
There was a problem hiding this comment.
Sorry, the pull request review was unsuccessful for the following reasons:
Warning
There are no files to review. Please make sure that you have added files to the pull request. Some files and directories may be ignored from the review or failed to load.
[CODE: NFR]
Additional info:
Ignored files list:
solution
If the issue is within your control, please address it.
The next review attempt will automatically launch in about 1 hour.
If you believe this is an error or need assistance, please contact the support team.
mateacademy-ai-mentor
left a comment
There was a problem hiding this comment.
Sorry, the pull request review was unsuccessful for the following reasons:
Warning
There are no files to review. Please make sure that you have added files to the pull request. Some files and directories may be ignored from the review or failed to load.
[CODE: NFR]
Additional info:
Ignored files list:
solution
If the issue is within your control, please address it.
The next review attempt will automatically launch in about 1 hour.
If you believe this is an error or need assistance, please contact the support team.
renan-tinti
left a comment
There was a problem hiding this comment.
Miguel, aqui é o mesmo problema da outra tarefa. Você criou um arquivo solution sem extensão, apenas com um texto, mas na verdade, vocẽ precisa fazer a implementação da sua solução dentro do arquivo main.py, dentro da pasta app.
Faça a implementação ali e remova esse arquivo que você adicionou.
Removed old variable declarations and added sorted_variables to categorize mutable and immutable types.
renan-tinti
left a comment
There was a problem hiding this comment.
Miguel, o exercício te dá 8 variáveis diferentes, tanto mutáveis como imutáveis. Você precisa apenas criar um dicionário chamado sorted_variables e identificar, nas chaves "mutable" e "immutable", quais são mutáveis e quais são imutáveis. Você não precisa apagar as variáveis que estão ali e criar novas, é para usar as que o exercício já proporciona mesmo.
A parte do dicionário está ok, você só precisa usar as variáveis que já estavam no exercício. Você pode remover esses asserts que você fez no final do seu código também.
Removed assertions for sorted variables.
|
Renan, agr tá certo? |
Alvimsz
left a comment
There was a problem hiding this comment.
eram esses os valores do exercício?
tarefa mate_academy mutable and immutable