Python if 语句中的 pass 关键字
pass 语句
if
语句不能是空的,但如果你出于某种原因有一个 if
语句没有内容,请放入 pass
语句以避免出现错误。
if
语句不能是空的,但如果你出于某种原因有一个 if
语句没有内容,请放入 pass
语句以避免出现错误。
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]