本讲相关链接
标准库中的所有组件目录:https://docs.python.org/zh-cn/3.10/library/index.html
官方文档:
https://docs.python.org/zh-cn/3.10/library/urllib.request.html#examples
课后习题
某项目采用 zip 压缩格式,保存了文件 a.txt,它的目录结构如下:
a.zip ___ a.txt ___ b.txt …
请参考官方文档,使用 Python 读取 a.txt 文件中的内容,并打印到终端。
课程代码、课件及其他相关资料地址
https://gitee.com/wilsonyin/zero-basics-python