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 7d962bc commit e9d90f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
}
collection_of_coins = {1, 2, 25}

def types_variables(variables):
def types_variables(variables: list) -> dict:

sorted_variables = {
"mutable": [],
"immutable": []
Expand Down

0 comments on commit e9d90f7

Please sign in to comment.