摘要: abs()#绝对值 all() #函数用于判断给定的可迭代参数 iterable 中的所有元素是否都为 TRUE any() #只要有一个为ture,则返回true divmod(9,4) #返回商和余数 int() #函数用于将一个字符串或数字转换为整型。 sum() #求和 len() #返回对 阅读全文
posted @ 2019-03-18 14:29 zzzs2 阅读(115) 评论(0) 推荐(0)