We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09469a8 commit f1fbcd1Copy full SHA for f1fbcd1
app/main.py
@@ -16,6 +16,6 @@
16
}
17
collection_of_coins = {1, 2, 25}
18
19
-mutable = [my_favourite_films , profile_info , marks , collection_of_coins]
20
-immutable = [lucky_number , pi , one_is_a_prime_number , name]
+mutable = [my_favourite_films , marks , collection_of_coins]
+immutable = [lucky_number , pi , one_is_a_prime_number , profile_info , name]
21
sorted_variables = {"mutable" : mutable , "immutable" : immutable}
0 commit comments