Skip to content

Commit f1fbcd1

Browse files
author
Meph
committed
another error corrected
1 parent 09469a8 commit f1fbcd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
}
1717
collection_of_coins = {1, 2, 25}
1818

19-
mutable = [my_favourite_films , profile_info , marks , collection_of_coins]
20-
immutable = [lucky_number , pi , one_is_a_prime_number , name]
19+
mutable = [my_favourite_films , marks , collection_of_coins]
20+
immutable = [lucky_number , pi , one_is_a_prime_number , profile_info , name]
2121
sorted_variables = {"mutable" : mutable , "immutable" : immutable}

0 commit comments

Comments
 (0)