Welcome!

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

SignUp Now!

python2

  1. P

    Python What is the Python Implementation for This?

    I have a Windows text file with the following info inside it: 25 05 38 26 53 04 07 45 50 33 19 34 55 25 21 30 09 39 26 11 30 12 13 41 32 23 44 11 50 39 45 30 07 44 55 54 21 10 35 46 48 27 52 41 05 53 11 50 40 38 17 43 10 54 45 27 29 12 39 31 24 42 38 02 18 09 13 43 28 06 53 30 45 47 29 30 53 13...
  2. 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