Skip to content
Open

Develop #2866

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added app/__pycache__/main.cpython-313.pyc
Binary file not shown.
5 changes: 4 additions & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@
}
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]
}
22 changes: 22 additions & 0 deletions end
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
1f07146 (HEAD -> master) Solution
e67b5ea (origin/master, origin/HEAD) Update requirements.txt
7955c89 Update .flake8
f299108 improved `test_removed_comment`
b9bf72b Merge pull request #199 from mate-academy/add_test_about_comment
3dc5867 added test whoch checks if the comment was removed
6daad60 Update test.yml
ce4915f Merge pull request #107 from mate-academy/add_timeout
3999a04 add timeout on tests
8590d17 Merge pull request #43 from mate-academy/add_exclude_vevn
b1f4077 add blank line
397db34 add exclude venv and tests in .flake8
44547eb Merge pull request #6 from mate-academy/readme-guideline
96a8dd4 Update README.md
9b6abbd Merge pull request #4 from mate-academy/add-comment-message
5a0eeb0 Update main.py
57ee9bd Merge pull request #2 from mate-academy/readme-fix
964bdee Update README.md
b797ff1 Merge pull request #1 from mate-academy/create-mutable-immutable-task
118d31e Fix bugs
3bc601f Create mutable&immutable task
1380c12 Initial commit
Binary file added tests/__pycache__/__init__.cpython-313.pyc
Binary file not shown.
Binary file not shown.