摘要: pip3 install numpy 参考:https://www.runoob.com/numpy/numpy-install.html 阅读全文
posted @ 2025-07-04 14:30 李大嘟嘟 阅读(13) 评论(0) 推荐(0)
摘要: 优化了一下【习题1】利用Python分离文件中的英文和中文(2)帖子里的代码,并附上了思路的图片 c_list = [] e_list = [] c_index_dict = {} e_sum_dict = {} def read_data(file_path): with open(file_pa 阅读全文
posted @ 2025-07-04 13:40 李大嘟嘟 阅读(9) 评论(0) 推荐(0)