摘要: 一、python的运算符和基本数据类型开始 1、算数运算 a = 10 * 10 2、辅助运算 a = a + 1 或 a +=1 3、比较运算 < > <= >= == 1= <> 4、逻辑运算 and or not 5、成员运算 in not in 1、2算出的值为真实值,3、4、5算出的值为布 阅读全文
posted @ 2020-03-07 16:15 七七) 阅读(198) 评论(0) 推荐(0)