My Python loop behaves weird as if it is being called by another function simultaneously

前端 未结 0 1570
感情败类
感情败类 2020-12-13 19:24

I cannot figure why but the code below produces a really weird output.

dict1 = {}
dict2 = {}
i = 0
while :
  dict1, dict2 = funct(dict1, dict2)  #         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题