What's wrong with this code?
len()
is not being used with a list value
len()
can't be used on an empty list
There's nothing wrong with the code
len()
is not being used with a list value.