TypeError: 'list' object is not callable
Briefly

The most common scenario where Python throws TypeError: 'list' object is not callable is when you have assigned a variable name as "list" or if you are trying to index the elements of the list using parenthesis instead of square brackets.
Read at ItsMyCode
[
add
]
[
|
|
]