Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
yelizaveta-zh committed Nov 26, 2024
1 parent df0d566 commit d1a0cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

sorted_variables = {
"mutable": [lucky_number, pi, one_is_a_prime_number, name, profile_info],
"immutable": [my_favourite_films, collection_of_coins]
"immutable": [my_favourite_films, marks, collection_of_coins]
}

0 comments on commit d1a0cd1

Please sign in to comment.