Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy1504 committed Oct 8, 2023
1 parent af4cb23 commit f2f1857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
}
collection_of_coins = {1, 2, 25}

mu = [my_favourite_films, profile_info, marks]
mu = [my_favourite_films, marks]

im = [lucky_number, pi, one_is_a_prime_number, name, collection_of_coins]
im = [lucky_number, pi, one_is_a_prime_number, name, profile_info, collection_of_coins]

sorted_variables = {"mutable": mu, "immutable": im}

0 comments on commit f2f1857

Please sign in to comment.