I have a function that takes two arguments x and y. I want to pass these values into the function -> (0,0),(1,0),(2,0) (0,1),(1,1),(2,1) (0,2),(1,2),(2,2)
How can