From eb12e9a56a59b396499117206ad7faa580aef3d4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 12 May 2026 21:44:55 +0300 Subject: [PATCH] Solution --- app/main.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index f07695b9b..9abbb0982 100644 --- a/app/main.py +++ b/app/main.py @@ -16,4 +16,7 @@ } collection_of_coins = {1, 2, 25} -# write your code here +sorted_variables = { + "immutable": [lucky_number, pi, one_is_a_prime_number, name, profile_info], + "mutable": [my_favourite_films, marks, collection_of_coins] +}