From 647bf3fd2139ffd18bd4f826832b0611371a660c Mon Sep 17 00:00:00 2001 From: Tymur Date: Tue, 31 Mar 2026 16:36:02 +0200 Subject: [PATCH] the task was solded --- app/main.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index f07695b9b..08b8994a3 100644 --- a/app/main.py +++ b/app/main.py @@ -16,4 +16,8 @@ } collection_of_coins = {1, 2, 25} -# write your code here +sorted_variables = { + "mutable" : [marks, collection_of_coins, my_favourite_films], + "immutable" : [lucky_number, pi, name, + one_is_a_prime_number, profile_info], +}