x = bool(input()) print(x)
Input: False Output: True Why is the output always True irrespective of the input?
True