#if else语句
if :
else:
#elif语句:
if :
elif :
else:
#match-case语句:
match m
case 1:
case 2:
case 3:
case 4:
case 5:
一个 case 也可以设置多个匹配条件,条件使用 | 隔开
标签:case,语句,elif,python,else,聪明,打卡 From: https://www.cnblogs.com/leiyanyy/p/17866146.html
#if else语句
if :
else:
#elif语句:
if :
elif :
else:
#match-case语句:
match m
case 1:
case 2:
case 3:
case 4:
case 5:
一个 case 也可以设置多个匹配条件,条件使用 | 隔开
标签:case,语句,elif,python,else,聪明,打卡 From: https://www.cnblogs.com/leiyanyy/p/17866146.html