在学习python列表使用内置函数index()时,报错类型为函数index()未定义
lst2 = ['hello', 'world', 98, 'hello']
print(lst2, index('hello'))
报错结果为
Traceback (most recent call last):
File "D:\编程学习\python的自我学习\pythonstudy\chapt6\列表.py", line 34, in <module>
print(lst2, index('hello'))
NameError: name 'index' is not defined
运行环境
处理器 AMD Ryzen 7 5800H with Radeon Graphics 3.20 GHz
机带 RAM 16.0 GB (13.9 GB 可用)
系统类型 64 位操作系统, 基于 x64 的处理器
运行软件:Pycharm2020