题解 | 判断列表是否为空

判断列表是否为空

https://www.nowcoder.com/practice/83602ea86f1e4e6ca42d5ebffff34ca8

import sys

my_list = []

if len(my_list)==0:
    print("my_list is empty!")
else:
    print("my_list is not empty!")

全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务