0 votes
in Python by
Which statement accurately defines the bool class?

Zero values are considered True always

Bool class is subclass of array class

Boolean first returns False then the True value

Boolean Not returns False if the operand is True

Zero values are considered True some times.
...