I have a string in a python script
0x401e4b and I would like to convert it to \\x4b\\x1e\\x40 as a string.
0x401e4b
\\x4b\\x1e\\x40
I have converted it to int