[Solved] python object oriented programming type:list object is not callable

[ad_1]

if you but braces end of a list (x.favourite_channels is list), then you get such error.
if you want i’th element of list x.favourite_channels you should write x.favourite_channels[i-1] instead.

[ad_2]

solved python object oriented programming type:list object is not callable