The average function was intepreting the args as a tuple of tuples when another method passed args as the parameter and as a tuple of ints when it was passed ints directly. I made it so that if it is a tuple of tuples is checnges into a tuple of ints instead.
The average function was intepreting the args as a tuple of tuples when another method passed args as the parameter and as a tuple of ints when it was passed ints directly. I made it so that if it is a tuple of tuples is checnges into a tuple of ints instead.