3
votes
6answers
307 views
+100
Process two files at the same time in Python
Hi,
I have information about 12340 cars. This info is stored sequentially in two different files:
car_names.txt, which contains one line for the name of each car
car_descriptions.txt, which …
