Why german Ɵ character is not printed ? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 4

Why german Ɵ character is not printed ?

https://code.sololearn.com/ciExbMu432yd/?ref=app

3rd Apr 2019, 7:11 PM
wave rider
2 Respostas
+ 4
Include this in your code: import codecs sys.stdout = codecs.getwriter('utf_16')(sys.stdout.buffer, 'strict')
3rd Apr 2019, 7:19 PM
Nathan Lewis
Nathan Lewis - avatar
+ 2
import sys sys.reconfigure(encoding="utf16") I use it now
4th Apr 2019, 1:12 AM
Flandre Scarlet
Flandre Scarlet - avatar