From d35a3be712719e7fcf297e2fb4f25c5531a8de59 Mon Sep 17 00:00:00 2001 From: Yul Nosova Date: Wed, 17 Jun 2026 22:47:44 +0300 Subject: [PATCH] Soile task --- app/main.py | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index f07695b9b..637d89cd0 100644 --- a/app/main.py +++ b/app/main.py @@ -16,4 +16,17 @@ } collection_of_coins = {1, 2, 25} -# write your code here +sorted_variables = { + "mutable": [ + marks, + collection_of_coins, + my_favourite_films], + "immutable": [ + lucky_number, + pi, + one_is_a_prime_number, + name, + profile_info + ], +} +print(sorted_variables)