Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by k11

  1. K

    Python List index out of range error while iterating through 2 lists in python

    I have 2 Lists in my code. data list is having len = 11 new_list is having len = 23 I have to search if a string from data list and check if it exists in new_list. I can see that my target_data gets filled with data,but when i go to print it, I get an error.. My data list contents as below...
Back
Top Bottom