摘要: "【学习总结】GirlsInAI ML diary 总 " "原博github链接 day11" 认识while循环执行 对于while/break/continue的认识 新值替换变量 一般while语句 无限循环 & break continue 作业 1 更新变量 这一条没什么新的东西,别的语 阅读全文
posted @ 2019-02-09 19:15 anliux 阅读(226) 评论(0) 推荐(0) 编辑
摘要: "【学习总结】GirlsInAI ML diary 总 " "原博github链接 day10" 认识if条件执行 一般条件执行 分支执行 链式条件执行 嵌套条件执行 1 if一般条件执行 格式:如果(满足这个条件), 就(怎么怎么样) 注意:冒号,符合返回,不符合什么都不返回 记得小伙伴说,缩进是 阅读全文
posted @ 2019-02-09 12:29 anliux 阅读(246) 评论(0) 推荐(0) 编辑
摘要: "【学习总结】GirlsInAI ML diary 总 " "原博github链接 day9" 认识dict字典 新的数据类型dict。 dict全称dictionary,在其他语言中也称为map,使用 (key: value)存储,就像查字典一样。 list是中括号[],而dict使用大括号{}。 阅读全文
posted @ 2019-02-09 11:01 anliux 阅读(177) 评论(0) 推荐(0) 编辑