Computer Science, asked by anjan2001, 8 months ago

what is the meaning of Unicode objects in Python ?​

Answers

Answered by abdulazizshamsheersh
2

Answer:

Explanation:Python's Unicode string type stores characters from the Unicode character set. ... Most popular encodings (UTF-8, ISO-8859-X, etc) are supersets of ASCII. This means that the first 128 characters have the usual meaning, and that the usual characters are used for line endings.

Similar questions