I'm trying to search for an Arabic word in an Arabic sentence. I know that the word exists but I will not get the proper response.
var1 = "Good Case" if "حسن" in cs_tds[6].text.strip() else "NGC"
I know that the word حسن
is in cs_tds[6].text.strip()
but the response is NGC.