码迷,mamicode.com
首页 > 其他好文 > 详细

if not aa 表示如果aa等于空就是true 相当于if not aa 相当于 if aa== 空

时间:2017-12-10 14:37:31      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:nbsp   等于   int   span   col   就是   pre   div   style   

aa=tt
print(not aa)
#表示 bb是空的 not 表示空
bb=‘‘
print(not bb)

 

if not aa 表示如果aa等于空就是true 相当于if not aa 相当于 if aa== 空

标签:nbsp   等于   int   span   col   就是   pre   div   style   

原文地址:http://www.cnblogs.com/gaoyuechen/p/8016627.html

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