From 085165e8bf6fb431a49d44720e82825df301b791 Mon Sep 17 00:00:00 2001 From: Zheka Date: Sat, 20 Jun 2026 18:01:22 +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..ee09d6084 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 = { + "mutable": [collection_of_coins, marks, my_favourite_films], + "immutable": [lucky_number, pi, one_is_a_prime_number, name, profile_info] +}