“Nilai Python Falsy” Kode Jawaban

Python Falsy

None
False
0
0.0
0j
Decimal(0)
Fraction(0, 1)
[] - an empty list
{} - an empty dict
() - an empty tuple
'' - an empty str
b'' - an empty bytes
set() - an empty set
an empty range, like range(0)
objects for which
obj.__bool__() returns False
obj.__len__() returns 0
Combative Crab

Nilai Python Falsy

Empty sequences (lists, tuples, strings, dictionaries, sets)
Zero in every numeric type
None
False
Blue Justice

Jawaban yang mirip dengan “Nilai Python Falsy”

Pertanyaan yang mirip dengan “Nilai Python Falsy”

Lebih banyak jawaban terkait untuk “Nilai Python Falsy” di Python

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya