摘要: 20220327 1、python中判断 (a>b) and (a<c) 可写为 b<a<c 2、random.randint(a,b) 函数返回数字 N ,N 为 a 到 b 之间的数字(a <= N <= b),包含 a 和 b。 3、三目运算符:为真时执行的表达式 if 判断条件 else 为 阅读全文
posted @ 2022-03-22 23:38 happyYue 阅读(47) 评论(0) 推荐(0)