im trying to create a function that does the same thing as the built in list opperation for index with out using the built in command for it.
what i mean is i cant have a list lets say myList=[1,2,3,4,5] i then cant simply go
mylist.index(3)
any idea on how i would go about doing this, im lost on this one?
jrp370 0 Newbie Poster
TrustyTony 888 pyMod Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.