Answer the question
In order to leave comments, you need to log in
How to convert a list of tuples to unicode?
There is a list of tuples lettre = (("word1", number_of_text), ("word2", number_of_text), ("word3", number_of_text) ... )
txtout = u"Самое часто встречающееся слово в тексте: " + unicode(lettre[0][0], "UTF-8")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question