Got an error: 'list' object is not callable in Python

前端 未结 0 1153
后悔当初
后悔当初 2020-12-23 11:38

I want to get a list of car brand (arr_1) based on an existing list (arr_0). Here is my code:

class Keywords: def __init__(self): self.brand = ["kia",

相关标签:
回答
  • 消灭零回复
提交回复
热议问题