I have a function that returns a score that is calculated based on inputs. Below is a very simple example.
def score(i, j): if i <= 2 and j <= 3: