美文网首页
2020-07-13 python3中的假值

2020-07-13 python3中的假值

作者: YPCHEN1992 | 来源:发表于2020-07-13 11:49 被阅读0次

    False # bool 假
    None # 空
    () # 空元组
    {} # 空字典
    [] # 空列表
    '' # 空字符串
    

    相关文章

      网友评论

          本文标题:2020-07-13 python3中的假值

          本文链接:https://www.haomeiwen.com/subject/xfracktx.html