Here is my python code:
if 'wishes':
print("inside")
And here is the console output:
inside
I have found no explanation so far as to why does this return True and if there is a string for which it returns False. I have tried "0" and several others.