Maybe someone can help me out. I am having trouble with my python script (which I generated in chatGPT).
If I have the list defined as the input “pairs” inside of the script then it works. However when I try to make “pairs” the “X” input it throws an error. Same exact data. I tried toggling the various type hints and so on.