how to convert decimal into fraction in python code example
Example: convert hex to decimal python
myDecimalInteger = int("A278832", 16) #Converts to decimal from base 16
myDecimalInteger = int("A278832", 16) #Converts to decimal from base 16