Python 基礎(chǔ)教程

Python 流程控制

Python 函數(shù)

Python 數(shù)據(jù)類型

Python 文件操作

Python 對象和類

Python 日期和時間

Python 高級知識

Python 參考手冊

Python bool() 使用方法及示例

Python 內(nèi)置函數(shù)

bool()方法使用標(biāo)準(zhǔn)真值測試過程將值轉(zhuǎn)換為布爾值(True或False)。

bool的語法是:

bool([value])

bool()參數(shù)

將值傳遞給bool()不是必需的。如果不傳遞值,則bool()返回False。

通常,bool()使用單個參數(shù)值。

bool()返回值

bool()返回:

  • False 如果被省略或為false

  • True 如果值為true

以下值在Python中被視為false:

  • None

  • False

  • 任何數(shù)字類型的零。例如,0,0.0,0j

  • 空序列。例如(),[],''。

  • 空映射。例如,{}

  • 具有__bool__()或__len()__方法返回0或False

除這些值以外的所有其他值均視為“ true”。

示例:bool()如何工作?

test = []
print(test,'is',bool(test))

test = [0]
print(test,'is',bool(test))

test = 0.0
print(test,'is',bool(test))

test = None
print(test,'is',bool(test))

test = True
print(test,'is',bool(test))

test = 'Easy string'
print(test,'is',bool(test))

運行該程序時,輸出為:

[] is False
[0] is True
0.0 is False
None is False
True is True
Easy string is True

Python 內(nèi)置函數(shù)

丰满人妻一级特黄a大片,午夜无码免费福利一级,欧美亚洲精品在线,国产婷婷成人久久Av免费高清