( apal | 2022. 04. 20., sze – 23:27 )

>>> print(bool(int("0")))
False
>>> print(int(bool("0")))
1