所有这些变量将在主循环中用到。
All these variables will be useful in the course of the main loop.
然后,主脚本只需导入这个config .py并直接使用那些变量即可。
The main script can then just import the config.py and use those variables directly.
当你在所有函数之外建立一个变量的时候,这个变量就属于主函数所有。
When you create a variable outside of any function, it belongs to__main_\.
当你在所有函数之外建立一个变量的时候,这个变量就属于主函数所有。
When you create a variable outside of any function, it belongs to__main_\.
应用推荐