Python基礎_03_if語句

Python3 條件控制 Python條件語句是通過一條或多條語句的執行結果(True或者False)來決定執行的代碼塊。 可以通過下圖來簡單瞭解條件語句的執行過程: if 語句 Python中if語句的一般形式如下所示: if condition_1: statement_block_1 elif condition_2: statement_block_2 else:
相關文章
相關標籤/搜索