¡@

Home 

python Programming Glossary: towers

Trying to use a Nested For Loops w/ 2 variables, Keeping 1 the same while running through the first for loop

http://stackoverflow.com/questions/18069078/trying-to-use-a-nested-for-loops-w-2-variables-keeping-1-the-same-while-runnin

same while running through the first for loop Sample data towers1.txt MS33 42.19 70.33 3.6 JS89 42.23 70.30 3.9 ED22 42.25 70.33.. 42.37 70.28 3.7 Code lr import lat_long_to_dist f open 'towers1.txt' 'r' towers line.strip ' n' for line in f for line in towers.. Code lr import lat_long_to_dist f open 'towers1.txt' 'r' towers line.strip ' n' for line in f for line in towers lr.append line.split..