if语句
if 条件 : print("ok") else: print("Eorro")
if a: b elif c: d else: e
补充:
if 1==1: pass #不执行任何操作 else: 代码块
原文地址:https://www.cnblogs.com/chenjiayun/p/11129714.html
时间: 2024-10-11 16:29:19
if语句
if 条件 : print("ok") else: print("Eorro")
if a: b elif c: d else: e
补充:
if 1==1: pass #不执行任何操作 else: 代码块
原文地址:https://www.cnblogs.com/chenjiayun/p/11129714.html