江苏计算机二级 Python语言

江苏计算机二级 Python语言考试大纲要求必会常用标准库
  • os模块 – getcwd() chdir() mkdir() rmdir() remove() rename()
  • time模块 – localtime() gmtime() time() mktime() sleep() ascitime() ctime() strftime() strptime()
  • datetime模块 – date() time() datetime() timedelta()
  • random模块 – random() uniform() randint() randrange() choice() shuffle() sample()
江苏省计算机等级二级 Python语言考试大纲(初稿)

考纲知识整理集合

文件
  • 文件系统库函数
  • 文件异常处理(with语句)
python常用标准库

资料整理来源

发布了1 篇原创文章 · 获赞 0 · 访问量 131

猜你喜欢

转载自blog.csdn.net/weixin_43773987/article/details/104475789