Hi I want the program to search a list for a word and notifiy me if the word exist in the list or no. How can I do it?
if i use fallowing code:
finallist1.inde x('high')
it only returns an index number when word exist in the list and it generates an error if the word is not in the list.
I want the program to just tell me if the word is or isn't in the list.
Thanks!!!
if i use fallowing code:
finallist1.inde x('high')
it only returns an index number when word exist in the list and it generates an error if the word is not in the list.
I want the program to just tell me if the word is or isn't in the list.
Thanks!!!
Comment