ValueError: 'item' is not in list # Programming list programming_list = ['C','C#','Python','Java','JavaScript','SQL','Java','F#','Go'] # find the lowest index of HTML index = programming_list.index('HTML') print('The index of HTML is :', index)