I have a function (listed below) that has branching: if-elif-else.
def kdiv(a: list, b: list): if a[0]*a[1] <= 0 and b[0]*b[1] <= 0: return