TypeError: 'list' object is not callable in python

前端 未结 11 1695
醉梦人生
醉梦人生 2020-11-22 13:11

I am novice to Python and following a tutorial. There is an example of list in the tutorial :

example = list(\'easyhoss\')

Now

11条回答
  •  爱一瞬间的悲伤
    2020-11-22 13:52

    to solve the error like this one: "list object is not callable in python" even you are changing the variable name then please restart the kernel in Python Jutyter Notebook if you are using it or simply restart the IDE.

    I hope this will work. Thank you!!!

提交回复
热议问题