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

python--字符串为空

时间:2014-06-25 00:57:06      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:style   class   blog   code   color   python   

str1 = ""
str2 = None
str3 = "hello"

if str2:
    print "not null"
else:
    print "null"

 

这样,不仅可以判定字符串是否为空,还能判定是否为None

python--字符串为空,布布扣,bubuko.com

python--字符串为空

标签:style   class   blog   code   color   python   

原文地址:http://www.cnblogs.com/lucasysfeng/p/3806938.html

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