Skip to content

Commit 54ae57d

Browse files
committed
sorted mutable and immutable variables1
1 parent bb4c1bf commit 54ae57d

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
@@ -18,7 +18,7 @@
1818

1919
sorted_variables = {
2020

21-
"mutable": [my_favourite_films, marks, collection_of_coins],
22-
"immutable": [lucky_number, pi, one_is_a_prime_number, name, profile_info]
21+
"mutable": [my_favourite_films, marks, collection_of_coins],
22+
"immutable": [lucky_number, pi, one_is_a_prime_number, name, profile_info]
2323
}
2424

0 commit comments

Comments
 (0)