What's wrong with this code?
There's nothing wrong with the code
We can't use
append()
to add two values
append()
is missing the parentheses
()
The variable storing the array is missing a name
We can't use
append()
to add two values.