Getting error in list function

TypeError: ‘list’ object is not callable

Hi,
I hope you are not using list as a variable, since list keyword in python is reserved for a data structure list. Try replacing this name with mylist or something like that.

If you are facing this error because of some other reason, do post a screenshot of the error and Code on which line this error comes.

Thanks :slight_smile: