x = [] print(x) print(not x) print(x is None) print(not x is None) print(x is not None)
posted on 2016-08-31 10:14 jzm17173 阅读(62) 评论(0) 编辑 收藏 举报