Fork me on GitHub
摘要: 加法传递参数: 减法函数传递参数: 乘法: 除法: 生成测试报告并用浏览器打开: 阅读全文
posted @ 2021-02-21 09:23 呵呵开心呀 阅读(75) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/2209245/202102/2209245-20210205221352482-1009547563.png) 阅读全文
posted @ 2021-02-21 09:17 呵呵开心呀 阅读(105) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/2209245/202102/2209245-20210205221501041-1936746343.png) 阅读全文
posted @ 2021-02-21 09:05 呵呵开心呀 阅读(141) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/2209245/202102/2209245-20210205221849329-1825511264.png) ![](https://img2020.cnblogs.com/blog/2209245/202102/2209245-20210205221858058-130575339.png) ![](https://i 阅读全文
posted @ 2021-02-21 08:54 呵呵开心呀 阅读(164) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/2209245/202102/2209245-20210205222129800-1306087045.png) 阅读全文
posted @ 2021-02-21 08:41 呵呵开心呀 阅读(74) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/2209245/202102/2209245-20210205222323417-1145011727.png)![](https://img2020.cnblogs.com/blog/2209245/202102/2209245-20210205222726884-1615695837.png) 阅读全文
posted @ 2021-02-21 08:38 呵呵开心呀 阅读(87) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/2209245/202102/2209245-20210205221219676-1029882356.png) 阅读全文
posted @ 2021-02-05 22:12 呵呵开心呀 阅读(85) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/2209245/202102/2209245-20210204213552313-304457753.png) 阅读全文
posted @ 2021-02-04 21:36 呵呵开心呀 阅读(97) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/2209245/202102/2209245-20210203204333744-476799429.png) 阅读全文
posted @ 2021-02-03 20:44 呵呵开心呀 阅读(320) 评论(0) 推荐(0)
摘要: card_money = int(input("余额:")) if card_money >= 2: print("请上车") set = int(input("剩余座位:")) if set > 0: print("请坐") else: print("没有空位,请站稳扶好") else: prin 阅读全文
posted @ 2021-01-15 21:55 呵呵开心呀 阅读(265) 评论(0) 推荐(0)