#!python"""Bootstrap setuptools installation If you want to use setuptools in your package's setup.py, just include thisfile in the same directory with it, and add this to the top of your setup.py:: from ez_setup import use_setuptools us
在某.py文件中调用其他.py文件中的内容. 全局变量的使用. 线程的使用. if name == 'main': 的作用 新建两个python脚本文件 f1File.py """ 这个是python的语法展示,配合f2File.py使用 1,引用其他.py文件中的函数 2,if __name__ == '__main__': """ print("this is in f1File.py") def f1_func(): p