diff --git a/app/__pycache__/main.cpython-314.pyc b/app/__pycache__/main.cpython-314.pyc new file mode 100644 index 000000000..8d6763843 Binary files /dev/null and b/app/__pycache__/main.cpython-314.pyc differ diff --git a/app/main.py b/app/main.py index f07695b9b..54846785f 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": [collection_of_coins, marks, my_favourite_films], + "immutable": [lucky_number, one_is_a_prime_number, pi, name, profile_info] +} diff --git a/tests/__pycache__/__init__.cpython-314.pyc b/tests/__pycache__/__init__.cpython-314.pyc new file mode 100644 index 000000000..e44e8d24d Binary files /dev/null and b/tests/__pycache__/__init__.cpython-314.pyc differ diff --git a/tests/__pycache__/test_main.cpython-314-pytest-9.1.1.pyc b/tests/__pycache__/test_main.cpython-314-pytest-9.1.1.pyc new file mode 100644 index 000000000..022043485 Binary files /dev/null and b/tests/__pycache__/test_main.cpython-314-pytest-9.1.1.pyc differ