From b5a19cd5cbdf58b9fafcb29d874eb9585f0a1d00 Mon Sep 17 00:00:00 2001 From: Super_Kros Date: Tue, 26 Nov 2024 09:46:20 +0200 Subject: [PATCH] sorted vsriables --- app/main.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index f07695b9..0d605406 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": [marks, my_favourite_films, collection_of_coins], + "immutable": [name, profile_info, one_is_a_prime_number, lucky_number, pi] +} \ No newline at end of file