如何在Python中检查列表是否为空?
在Python中,空列表对象的值为false。因此,以下条件语句可用于检查列表是否为空。
>>> a=[] # Empty lists evaluate to False
>>> if not a:
print ("list is empty")
else:
print ("list is not empty")您也可以使用len()方法。它返回序列中的元素数。如果len()返回零,则列表为空
>>> if len(a)==0:
print ("list is empty")
else:
print ("list is not empty")热门推荐
10 新年门口花束祝福语简短
11 盘锦结婚祝福语大全简短
12 父母生日祝福语 简短独特
13 家庭恩爱祝福语简短英文
14 高考俄语祝福语大全简短
15 虎年祝福语 诗句唯美简短
16 生日婚礼祝福语简短精辟
17 虎年喝酒拜年祝福语简短
18 教师闺蜜祝福语简短