Python 3 uses a single character "slice" to render that char as a character and not a integer representing the unicode code value. Python 2 does not need this but can lve wih it.
This is just something to make python code work on both python 2.7 and python 3
|