From 2dbe24e0c437376880c46eef8234a991b5bf7de0 Mon Sep 17 00:00:00 2001 From: andrey Date: Sun, 17 May 2026 15:02:35 +0200 Subject: [PATCH] Solution --- app/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index f07695b9b..313f5278d 100644 --- a/app/main.py +++ b/app/main.py @@ -16,4 +16,6 @@ } 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]}