How to write in Vietnamese language | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

How to write in Vietnamese language

15th Aug 2018, 9:15 AM
Nguyen Hoai
Nguyen Hoai - avatar
2 Réponses
+ 4
For SoloLearn (in other places, you'll have to change codepages / encodings) # The next two lines adjust the console mode (they are required) import sys, codecs sys.stdout = codecs.getwriter('utf_16')(sys.stdout.buffer, 'strict') print("truyện chưởng")
15th Aug 2018, 5:18 PM
Kirk Schafer
Kirk Schafer - avatar
+ 1
Thanks
15th Aug 2018, 5:35 PM
Nguyen Hoai
Nguyen Hoai - avatar