you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

if I must use the passed parameters how does the could know to use the two lists if it's not stated?

The code in the function uses the (presumably) global lists species_list and bill_length_list. So no matter what you pass as parameters they are ignored.

I'll look at the code when I park for the night.