From 66f427e5ace271a393fbdada76c96adae76e6798 Mon Sep 17 00:00:00 2001 From: wladchk Date: Tue, 10 Mar 2026 19:41:10 -0400 Subject: [PATCH] Done --- app/main.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index f07695b9b..97e6f7b51 100644 --- a/app/main.py +++ b/app/main.py @@ -15,5 +15,8 @@ "Sergio": 3, } collection_of_coins = {1, 2, 25} +sorted_variables = { + "mutable": [my_favourite_films, marks, collection_of_coins], + "immutable": [lucky_number, pi, one_is_a_prime_number, name, profile_info] +} -# write your code here