Back to All Challenges
Back to all challenges

Fix the List Concatenation

Solve the "Fix the List Concatenation" intermediate challenge. Focus: python syntax.

intermediatepython

Terminal

user@debugger:~/project$ node app.js
The function returns None instead of a concatenated list due to incorrect use of the extend method.
user@debugger:~/project$
Test Cases (Click to expand)