随笔分类 -  0X04Python3---基本功能

摘要:该文章描述了staticmethod()函数 阅读全文
posted @ 2020-01-15 16:27 天象独行 阅读(215) 评论(0) 推荐(0)
摘要:该文章描述了divmod()的使用 阅读全文
posted @ 2020-01-15 16:14 天象独行 阅读(294) 评论(0) 推荐(0)
摘要:该文章描述了内建函数abs()的使用方法 阅读全文
posted @ 2020-01-15 16:06 天象独行 阅读(264) 评论(0) 推荐(0)
摘要:该文章讲解了语句 if __name__ =='__main__'的作用 阅读全文
posted @ 2020-01-13 20:54 天象独行 阅读(423) 评论(0) 推荐(0)
摘要:super()基本使用 阅读全文
posted @ 2020-01-03 10:13 天象独行 阅读(433) 评论(0) 推荐(0)
摘要:type() 阅读全文
posted @ 2020-01-02 14:41 天象独行 阅读(1504) 评论(0) 推荐(0)
摘要:该文章主要描述了对象的定义,使用 阅读全文
posted @ 2020-01-02 11:38 天象独行 阅读(250) 评论(0) 推荐(0)
摘要:列表是最常用的Python数据类型 阅读全文
posted @ 2019-12-30 13:15 天象独行 阅读(355) 评论(0) 推荐(0)
摘要:python range() 函数可创建一个整数列表,一般用在 for 循环中。 阅读全文
posted @ 2019-12-30 11:52 天象独行 阅读(4198) 评论(0) 推荐(0)
摘要:该文章描述了Python3函数open的作用,以及使用方法。 阅读全文
posted @ 2019-12-20 16:26 天象独行 阅读(881) 评论(0) 推荐(0)
摘要:该文章描述了Python3当中的字典数据类型,以及新建字典以及常见的操作。 阅读全文
posted @ 2019-12-17 22:18 天象独行 阅读(256) 评论(0) 推荐(0)