```python negative_controls = [f"{negative_control[0]}_{negative_control[1]}" for negative_control in itertools.product(NEG_CONTROL_TYPES, NEG_CONTROL_REGIONS)] image_types = ["original"] + negative_controls ``` make above code into a helper function