Hi all,

So I'm trying to perform a relatively simple task, finding the max of a list. I'm getting the error: 

max() arg is an empty sequence

I've checked the lists to ensure they're not empty, so I'm stumped.

Can anyone help?