name "index" is not defined.这个问题该怎么解决
应该是lst.index('Hello'),你写成逗号了啊。index是列表的函数
你lst之后应该是"."点,你写成","逗号了
点写成了逗号,应该是 print(lst.index('hello'))