So, I'm working on a python script that will auto click at the coordinates of set pixels. I'm encountering an issue where I need to split up two values in normal parentheses. Example:
(1023, 503)
Is there any way to even split this up into two variables or is it impossible?