TypeError: ‘list’ object is not callable while trying to access a list
For accessing the elements of a list you need to use the square brackets ([]) and not the parenthesis (()). Instead of: you need to use: And instead of: you need to use:
For accessing the elements of a list you need to use the square brackets ([]) and not the parenthesis (()). Instead of: you need to use: And instead of: you need to use: