diff --git a/app/__pycache__/main.cpython-314.pyc b/app/__pycache__/main.cpython-314.pyc new file mode 100644 index 000000000..013f412f0 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..8584d4a5d 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": [my_favourite_films, collection_of_coins, marks], + "immutable": [lucky_number, pi, one_is_a_prime_number, name, profile_info] +} \ No newline at end of file diff --git a/tests/__pycache__/__init__.cpython-314.pyc b/tests/__pycache__/__init__.cpython-314.pyc new file mode 100644 index 000000000..2898183df Binary files /dev/null and b/tests/__pycache__/__init__.cpython-314.pyc differ diff --git a/tests/__pycache__/test_main.cpython-314-pytest-9.0.2.pyc b/tests/__pycache__/test_main.cpython-314-pytest-9.0.2.pyc new file mode 100644 index 000000000..88dee3484 Binary files /dev/null and b/tests/__pycache__/test_main.cpython-314-pytest-9.0.2.pyc differ