Python · Basic Types & None
What does this print, and why isn't the result a plain `True`/`False`? ``` print(0 or "hello") print("a" and "b") ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
