I am trying to run some code that converts a hexadecimal colour code to RGB values in python.
This is my function for it:
def hex_to_rgb(value): value