Not sure this is the right place, but there seems to be an issue with how Julia is interpreting the inputs of a function. I am certain my code is correct as far as implementation of the problem statement. However, I keep getting the error at the bottom “MethodError: no method matching colon(::Int64, ::Tuple{Int64})”. Why is Julia interpreting some inputs as a tuple and one float?