“Python falsy wartości” Kod odpowiedzi

Falsy Python

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

Python falsy wartości

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

Odpowiedzi podobne do “Python falsy wartości”

Pytania podobne do “Python falsy wartości”

Więcej pokrewnych odpowiedzi na “Python falsy wartości” w Python

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu