diff --git a/app/__pycache__/main.cpython-314.pyc b/app/__pycache__/main.cpython-314.pyc new file mode 100644 index 000000000..a51074bda 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..2edd14151 100644 --- a/app/main.py +++ b/app/main.py @@ -16,4 +16,18 @@ } 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, + ], +} diff --git a/new-project b/new-project new file mode 160000 index 000000000..86e4f5ca3 --- /dev/null +++ b/new-project @@ -0,0 +1 @@ +Subproject commit 86e4f5ca352c4acb858f8b9a97c00f5175a0a6c8 diff --git a/tests/__pycache__/__init__.cpython-314.pyc b/tests/__pycache__/__init__.cpython-314.pyc new file mode 100644 index 000000000..e9c81776f 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..04c13b7f7 Binary files /dev/null and b/tests/__pycache__/test_main.cpython-314-pytest-9.0.2.pyc differ