From 0bebb414ffe7c0eb7a7a8a12134053bc2fc22982 Mon Sep 17 00:00:00 2001 From: mxrpheusd Date: Thu, 11 Jun 2026 16:39:22 +0300 Subject: [PATCH 1/2] Solution --- app/main.py | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index f07695b9b..a9d4a48e6 100644 --- a/app/main.py +++ b/app/main.py @@ -16,4 +16,18 @@ } collection_of_coins = {1, 2, 25} -# write your code here +sorted_variables = { + "mutable": [ + my_favourite_films, + marks, + collection_of_coins + ], + "immutable": [ + lucky_number, + pi, + one_is_a_prime_number, + profile_info, + name + ] +} + From bf83aab375f4b0b22e5ecda3ba79bc1dd4fe114c Mon Sep 17 00:00:00 2001 From: mxrpheusd Date: Thu, 11 Jun 2026 16:44:15 +0300 Subject: [PATCH 2/2] style: fix trailing whitespace and remove extra newline --- app/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/main.py b/app/main.py index a9d4a48e6..09bc12fc9 100644 --- a/app/main.py +++ b/app/main.py @@ -30,4 +30,3 @@ name ] } -