摘要: 公共⽅法 函数描述 len() 计算容器中元素个数 del 或 del() 删除 max() 返回容器中元素最⼤值 min() 返回容器中元素最⼩值 range(start,end, step) ⽣成从start到end的数字,步⻓为 step,供for循环使⽤ enumerate() 函数⽤于将⼀ 阅读全文
posted @ 2022-12-30 18:31 Cenb 阅读(36) 评论(0) 推荐(0)