I'm not actually able to understand why var or var2 in test
is always True.
My code looks like:
if 'test' or 'test1' in somevar:
print('hue')
It always return TRUE Thanks
I'm not actually able to understand why var or var2 in test
is always True.
My code looks like:
if 'test' or 'test1' in somevar:
print('hue')
It always return TRUE Thanks