Introduction to Unicode
Let's learn how strings can be unicode.
We'll cover the following...
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:
If we do the same thing in Python 3, you will note that it always
returns a string type:
Testing unicode variable name in Python 2