Learn Before
Relation

More on Unicode in Python

Python's string type uses the Unicode Standard for representing characters, which lets Python programs work with all these different possible characters. Unicode (https://www.unicode.org/) is a specification that aims to list every character used by human languages and give each character its own unique code.

0

1

Updated 2021-03-30

Tags

Python Programming Language

Data Science