摘要: Python CH5 if-elif-else 通式 (注意 冒号 缩进) if condition_test: do something elif condition_test: do something else: do something 没什么好说的,用就行了,判断 程序运行/用户输入等 的 阅读全文
posted @ 2021-03-08 14:24 秘密特工Levi 阅读(82) 评论(0) 推荐(0)