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 334fa12 commit 0da5d76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}
collection_of_coins = {1, 2, 25}

mu = [my_favourite_films, marks]
mu = [my_favourite_films, profile_info, 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]
im.append(collection_of_coins)

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

0 comments on commit 0da5d76

Please sign in to comment.