bool(input("Enter input :"))
when the input is null, this will output False.
But when we give any value it gives out True.
Why is that?
bool(input("Enter input :"))
when the input is null, this will output False.
But when we give any value it gives out True.
Why is that?