0
Excuse me, but you could tell me how I can use UTF-8 in a Python program?
UFT-8
3 Antworten
+ 1
What's 'boh'?
0
from sys import stdout
stdout.reconfigure(encoding="utf-8")
0
Excuse me but I tried to use it to put an accented letter, since I'm Italian in my Python program on Sololearn, but it didn't work, how should I do?