Skip to content

implement sorted_variables dictionary - #3818

Open
YanFox18 wants to merge 1 commit into
mate-academy:masterfrom
YanFox18:master
Open

implement sorted_variables dictionary#3818
YanFox18 wants to merge 1 commit into
mate-academy:masterfrom
YanFox18:master

Conversation

@YanFox18

@YanFox18 YanFox18 commented Sep 3, 2026

Copy link
Copy Markdown

No description provided.

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Review Summary

I am approving your solution. You correctly defined eight variables spanning different data types and created sorted_variables with exactly the keys "mutable" and "immutable". Each key maps to a list containing the appropriate variables: the mutable list includes the list, dict, and set; the immutable list includes the int, float, bool, str, and tuple. This fulfills the core requirements and there are no functional issues. As minor improvements, consider adding brief comments explaining why each type is categorized as mutable or immutable, and consider slightly shortening very long variable names for readability. Nicely done!


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

Footnotes

  1. Rate AI review example

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