I have a string "E001" I would like to add "\u" to the beginning of that string So the code would look something like this:
output = add_u("E001")
print(output)
--------------------------
OUTPUT: \uE001
There are difficulties with this I keep getting a Unicode error