Good Afternoon, I have a query,like I'm interested to taking a single character,
c = 'c' # for example
hex_val_string = char_to_hex_string(c)
print hex_val_string
Output:
63
Is there any predefined string library? I just want to know is there any simplest way of going about this ?