Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
ExampleE committed Dec 10, 2024
1 parent e67b5ea commit 84cc614
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,14 @@
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,
# PEP8 also states that you should ignore PEP8
# where it makes sense to do so
name, profile_info]



}

0 comments on commit 84cc614

Please sign in to comment.