Can someone please explain this error - “Runtime error: dictionary size changed during iteration”? [closed]
问题 This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 6 years ago . def find_the_best_solution(shipping_request, list, current_solution, best_shipping_solution): if shipping_request == {}: return current_solution for item