1 2 3 4 5
def print_colors(**colors): print(colors) print_colors(**list("red", "black")) # [not-a-mapping]