4 Réponses
+ 3
Add this line to the begining of your code
# -*- coding: utf-8 -*-
+ 2
Try to add u at the begin of string
s = u"éùõ..."
+ 1
Usmaan NgOm python can works with Utf8. So if you use not ansi char, you need remember about type
hint:
https://code.sololearn.com/cd16R8Iowspb/?ref=app
0
HBhZ_C it doesn't work 😔😔