I know it should be a very simple matter, but i'm a bit confused. I have string:
string="Facebook Posts"
If i ask:
("IG" and "Post") in string
The result is True. How's that? I'm expecting False.
I know it should be a very simple matter, but i'm a bit confused. I have string:
string="Facebook Posts"
If i ask:
("IG" and "Post") in string
The result is True. How's that? I'm expecting False.