Discussions on Python.org
How to create a Unicode string in Python?
Python Help
richards12
(jhon richards)
February 24, 2021, 6:11am
1
Hi, I want to know How to create a Unicode string in Python
jeanas
(Jean Abou Samra)
February 24, 2021, 6:13am
2
In Python 3,
all
strings are Unicode.