I cannot figure why but the code below produces a really weird output.
dict1 = {} dict2 = {} i = 0 while : dict1, dict2 = funct(dict1, dict2) #