typestatusdateslugsummarytagscategoryiconpassword导入模块中函数func,不能使用import xxx.func,需要使用from xxx import func,可以直接使用func函数,不需要前面加前缀,或者import xxx,然后用xxx.func方式调用函数💡模块导入🍀random模块🎒collections模块😃jieba模块😪itertools💡tqdm🪙functools Relate Posts第一章 变量和数值类型 第二章 字符串第三章 列表、拷贝和切片第四章 字典 Dict(mapping)第五章 元组 tuple第六章 集合 set上一篇异常控制(空)下一篇Python内存管理下一篇Python内存管理