In Python,
a=[not(0)+1] print(all(a))
This returns False. But shouldn\'t it be True? Since, a=[2], and all integer values other than 0 are considered True. Thus, a