SyntaxFix
Write A Post
Hire A Developer
Questions
list1=['x','y','z','a','b','c','d','e','f','g'] find=raw_input("Enter string to be found") l=list1.index(find) list1a=[:l] list1b=[l:]