Python tkinter window runs a second time after code is finished running when importing variables to a different module

后端 未结 0 1775
北荒
北荒 2020-12-07 02:45

I have two modules. main.py initializes my tkinter ui, stores some variables, and sends them to compute.py. compute.py then needs to send the variables back to main.py, wher

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