vendredi 19 novembre 2021

"if" does not trigger when condition is met (reupload) [closed]

I've made this question and it was closed due to being a duplicate. However, my problem was not solved by the other linked they said my question was a duplicate of, suggesting it's something not related to unicodedata.

Just to be clear, I've made this change to the code I've posted on my last question:

Older line:

if nomedocliente == nomesclientes.iloc[y][0]:

New Line:

 if (unicodedata.normalize('NFC',str(nomedocliente)) == unicodedata.normalize('NFC',str(nomesclientes.iloc[y][0]))):

The problem persists.

Aucun commentaire:

Enregistrer un commentaire