I'm starting to use Python3
slowly. I was running a certain code that I used to run with Python2.7 and got the following error:
NameError: name 'unicode' is not defined
So, I understand that unicode
does not exist in Python 3. What should I use instead?