码迷,mamicode.com
首页 > 编程语言 > 详细

python 直接if判断和is not None的区别

时间:2018-07-05 14:55:53      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:not   png   com   技术   div   分享   image   class   width   

tmpName = ‘‘
if tmpName:
    print tmpName
    #没有输出
if tmpName is not None:
    print tmpName
    #有输出,是空行

技术分享图片

技术分享图片

 

python 直接if判断和is not None的区别

标签:not   png   com   技术   div   分享   image   class   width   

原文地址:https://www.cnblogs.com/artesian0526/p/9267906.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!