TypeError: ‘list’ object is not callable
Getting error in list function
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