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

Solution #2022

Closed
wants to merge 2 commits into from
Closed

Solution #2022

wants to merge 2 commits into from

Conversation

kmalashchuk
Copy link

No description provided.

Copy link

@mateacademy-ai-mentor mateacademy-ai-mentor left a comment

Choose a reason for hiding this comment

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

It looks like there's a small typo in your code where the key name is written as "immutamle" instead of "immutable". This needs to be corrected to meet the task requirements and ensure the dictionary works as expected. Once you fix this, your solution should be good to go! Keep up the great work! 😊

✨ Please rate this review in the Platform's notification center. I will be grateful for your feedback! ✨

🔄 Fix the issues, commit the changes, and then re-request my review using the Re-request review button in the Reviewers tab.

app/main.py Outdated
# write your code here
sorted_variables = {
"mutable": [marks, my_favourite_films, collection_of_coins],
"immutamle": [profile_info, lucky_number, name, pi, one_is_a_prime_number]

Choose a reason for hiding this comment

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

There is a typo in the key name 'immutamle'. It should be 'immutable'. This is an error related to the task requirements as it can lead to confusion or bugs when accessing this dictionary.

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