Posts tagged with "条件语句"
There are a total of 2 posts.
Published 五月 06, 2025 by whitedec
用优雅的方式在 Python 中编写条件语句的诀窍
随着 if 和 elif 的复杂性增加,远离 Pythonic 风格。本文介绍了编写更简洁和 Pythonic 条件语句的各种实用技巧。
Published 四月 01, 2025 by whitedec
Python 基础入门 #1 — `None` 和 `""`,看似相同,实则不同
本篇讲解 Python 中 None 和空字符串 "" 的区别,结合条件语句和布尔评估的实际代码,让初学者清楚理解常见混淆点。