13
huchenko.denys
1 4 9
745/ 845
Denys Huchenko
Last seen 14 days ago
Member for 1 year, 11 months, 1 day
Difficulty Easy
Probably because `resul` is global, so shared between multiple tests.

[Most Common Mistakes](https:
this code don't have global, but still not working here def flatten(dictionary, resul={}, name=
n = '' resul = {} def flatten(dictionary): global n, resul for key, value in dictionar
Joined to CheckiO