From b7ace25eb064615c9d763bb00e6289190dab7f4a Mon Sep 17 00:00:00 2001 From: Mirash1l1 Date: Sat, 28 Mar 2026 18:16:55 +0200 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D1=88=D0=B8=D0=BB=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=B4=D0=B0=D0=BD=D0=B8=D0=B5,=20=D1=81=D1=82=D0=B8=D0=BB?= =?UTF-8?q?=D1=8C=20pep8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index f07695b9b..4d39e0963 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": [my_favourite_films, marks, collection_of_coins], + "immutable": [lucky_number, pi, one_is_a_prime_number, name, profile_info], +}