当前位置:编程学习 > python >>

最常用的python实现

1.判断一个列表是否为空

     a=[]

     if a :

           print '不为空'

 

2.判断一个变量是否存在

  if vars().has_key('s')         #s为变量名

 

 

 

补充:Web开发 , Python ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,