What's wrong with this code?
len()
is not being used with a list value
There's nothing wrong with this code
You can't use
len()
on a list with just one value
There's nothing wrong with this code.