摘要: 2019.08.13学习整理 函数进阶 三元表达式 条件成立时的返回值 if 条件 else 条件不成立时的返回值 x if x y else y: 20 列表推导式 ~~~python [expression for item1 in iterable1 if condition1 for ite 阅读全文
posted @ 2019-08-13 20:59 zmy泳 阅读(332) 评论(0) 推荐(0) 编辑