diff --git a/app/__pycache__/main.cpython-313.pyc b/app/__pycache__/main.cpython-313.pyc new file mode 100644 index 00000000..4e50eb11 Binary files /dev/null and b/app/__pycache__/main.cpython-313.pyc differ diff --git a/app/main.py b/app/main.py index f07695b9..76de646c 100644 --- a/app/main.py +++ b/app/main.py @@ -16,4 +16,10 @@ } collection_of_coins = {1, 2, 25} -# write your code here +sorted_variables = {} +sorted_variables["mutable"] = [my_favourite_films, marks, collection_of_coins] +sorted_variables["immutable"] = [lucky_number, + pi, + one_is_a_prime_number, + name, + profile_info] diff --git a/tests/__pycache__/__init__.cpython-313.pyc b/tests/__pycache__/__init__.cpython-313.pyc new file mode 100644 index 00000000..f8bd6445 Binary files /dev/null and b/tests/__pycache__/__init__.cpython-313.pyc differ diff --git a/tests/__pycache__/test_main.cpython-313-pytest-7.1.3.pyc b/tests/__pycache__/test_main.cpython-313-pytest-7.1.3.pyc new file mode 100644 index 00000000..33969111 Binary files /dev/null and b/tests/__pycache__/test_main.cpython-313-pytest-7.1.3.pyc differ