上一页 1 ··· 10 11 12 13 14
摘要: 阅读全文
posted @ 2018-11-10 17:19 凯撒鸡肉卷 阅读(136) 评论(0) 推荐(0)
摘要: dict{} 没有顺序 字典的嵌套: 值的获取: set() 输出会去掉重复值 阅读全文
posted @ 2018-11-10 15:58 凯撒鸡肉卷 阅读(318) 评论(0) 推荐(0)
摘要: Python旅程第一站: Python数值运算: type( ) 打印类型 四种基本类型:int, float, str, bool round( ) 取整,四舍五入 .split( ) 分割;.replace( ) 替换 .upper( ) 转大写 .lower( ) 转小写 .strip( )去 阅读全文
posted @ 2018-11-10 03:11 凯撒鸡肉卷 阅读(131) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14