Introduction to Unicode
Let's learn how strings can be unicode.
We'll cover the following
One of the major changes in Python 3 was the move to make all strings
Unicode. Previously, there was a str
type and a unicode type.
For example:
Get hands-on with 1400+ tech skills courses.