1288: 【11】返回列表中指定元素的索引▁index
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:27
Solved:23
Description
有这样一个列表:lst = [2, 8, '思大迪', 'python', 3.14]
输出'python'这个元素的索引。