Contest1811 - [高中Python2025]2.选择结构
2025-09-18 08:00:00
2026-06-23 23:59:00
Contest Information
Python的if 语句可有零个或多个 elif 部分,else 部分也是可选的。关键字 'elif' 是 'else if' 的缩写,用于避免过多的缩进。