……

2020年10月28日
摘要: 1、Python3 条件控制 Python 条件语句是通过一条或多条语句的执行结果(True 或者 False)来决定执行的代码块。 可以通过下图来简单了解条件语句的执行过程: 代码执行过程: if 语句 if condition_1: statement_block_1 elif conditio 阅读全文
posted @ 2020-10-28 18:24 大码王 阅读(256) 评论(0) 推荐(0)
复制代码