def print_color(word, color):
    """Prints colored word"""

    print(color(word) + Color.RESET(''))