def hhh(): print("test函数") if __name__ == '__main__': #其他文件文件导入这个python文件时,不会执行这行代码下面的内容 hhh() print('abc')