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

摘要:Python中getopt()函数的使用 在运行程序时,可能需要根据不同的条件,输入不同的命令行选项来实现不同的功能。目前有短选项和长选项两种格式。短选项格式为"-"加上单个字母选项;长选项为"--"加上一个单词。长格式是在Linux下引入的。许多Linux程序都支持这两种格式。在Python中提供 阅读全文
posted @ 2020-05-14 21:40 天象独行 阅读(270) 评论(0) 推荐(0)
摘要:该文章描述了Python数据类型当中集合的概念 阅读全文
posted @ 2020-01-17 13:45 天象独行 阅读(297) 评论(0) 推荐(0)
摘要:该文章描述了函数set()的使用 阅读全文
posted @ 2020-01-17 11:38 天象独行 阅读(265) 评论(0) 推荐(0)
摘要:该文章描述了函数zip()的使用 阅读全文
posted @ 2020-01-16 23:06 天象独行 阅读(240) 评论(0) 推荐(0)
摘要:该文章描述了dict()的使用 阅读全文
posted @ 2020-01-16 22:51 天象独行 阅读(381) 评论(0) 推荐(0)
摘要:该文章描述了函数hex() 阅读全文
posted @ 2020-01-16 18:03 天象独行 阅读(402) 评论(0) 推荐(0)
摘要:该文章描述了函数oct()的使用 阅读全文
posted @ 2020-01-16 17:58 天象独行 阅读(210) 评论(0) 推荐(0)
摘要:该文章描述了函数bin() 阅读全文
posted @ 2020-01-16 17:55 天象独行 阅读(384) 评论(0) 推荐(0)
摘要:该文章描述了元组的定义,特征以及常见使用场景 阅读全文
posted @ 2020-01-16 17:43 天象独行 阅读(221) 评论(0) 推荐(0)
摘要:该文章描述了basestring()的使用 阅读全文
posted @ 2020-01-16 15:13 天象独行 阅读(1086) 评论(0) 推荐(0)
摘要:该文章描述了sum()的使用 阅读全文
posted @ 2020-01-16 15:06 天象独行 阅读(373) 评论(0) 推荐(0)
摘要:该文章描述了pow()的使用 阅读全文
posted @ 2020-01-16 14:57 天象独行 阅读(292) 评论(0) 推荐(0)
摘要:该文章描述了函数isinstance()的使用 阅读全文
posted @ 2020-01-16 14:47 天象独行 阅读(216) 评论(0) 推荐(0)
摘要:该文章描述了函数eval()的使用 阅读全文
posted @ 2020-01-15 21:16 天象独行 阅读(346) 评论(0) 推荐(0)
摘要:该文章描述了函数any()的使用 阅读全文
posted @ 2020-01-15 21:07 天象独行 阅读(464) 评论(0) 推荐(0)
摘要:该文章描述了函数str()的使用 阅读全文
posted @ 2020-01-15 20:58 天象独行 阅读(828) 评论(0) 推荐(0)
摘要:该文章描述了ord()函数的使用 阅读全文
posted @ 2020-01-15 20:38 天象独行 阅读(481) 评论(0) 推荐(0)
摘要:该文章表述了int函数的使用 阅读全文
posted @ 2020-01-15 17:43 天象独行 阅读(942) 评论(0) 推荐(0)
摘要:该文章描述了函数enumerate()的使用 阅读全文
posted @ 2020-01-15 17:22 天象独行 阅读(163) 评论(0) 推荐(0)
摘要:该文章描述函数all()的使用 阅读全文
posted @ 2020-01-15 16:41 天象独行 阅读(211) 评论(0) 推荐(0)