[Solved] Python: Why do I get u’ in the list output? [duplicate]


The u indicates, that the variable is saved as unicode. See https://docs.python.org/2/howto/unicode.html

2

solved Python: Why do I get u’ in the list output? [duplicate]