Question: Write a program that reads in worked_example_1/babynames.txt and produces two files, boynames.txt and girlnames.txt, separating the data for the boys and girls.
Write a program that reads in worked_example_1/babynames.txt and produces two files, boynames.txt and girlnames.txt, separating the data for the boys and girls.
Step by Step Solution
3.15 Rating (170 Votes )
There are 3 Steps involved in it
import os Set directory path path workedexample1 Check if directory exists if ospathexistspath Open ... View full answer
Get step-by-step solutions from verified subject matter experts
