I am trying to prompt a Hexadecimal string which I need to convert to a Binary by calling another function. How can I do it python?
Suppose, my Input is ABAB. Then, there will be a function which will take this hexadecimal string and return the resulting binary values (1010101110101011).