I’ve got a script which runs with python 3 except string literals.
Python 2.x force me to prefix string literals with u” and python 3 dosen’t understand it.
How to so solve that?
I’ve got a script which runs with python 3 except string literals. Python 2.x
Share
try this when running it in python 2.x:
same thing when executed in python 3.x: