Question: Read file, output the contents Instructions Modify the attached python code readfile.py to read in the entire attached data file cars.csv . Documentation for the
Read file, output the contents
Instructions
Modify the attached python code readfile.py to read in the entire attached data file cars.csv.
Documentation for the csv module: https://docs.python.org/3/library/csv.html
After reading the data in, output everything in the same format as in the file, except output spaces where the commas are.
There are two attachments: (1) The python to start with and (2) the data to read in.
The next project will build upon this project
WHAT TO SUBMIT:
Your code as an py attachment via any free upload/download website for easy download.
Additional resources for assignment:
https://www.dropbox.com/scl/fo/19iqrisg7qiil4xy1invq/h?rlkey=imbmum5vghu8ppiq9jx9sedwx&dl=0
Please use the download link above to download the 2 files. Once complete, re-upload the completed project py through any website of your choice. Dropbox, Wetransfer, etc of any website that you can think of for an easy upload/download.
Step by Step Solution
3.36 Rating (168 Votes )
There are 3 Steps involved in it
def readfilefilename with openfilename r as file reader csvreaderfile for row in reader print joinrow def main filename carscsv readfilefilename if na... View full answer
Get step-by-step solutions from verified subject matter experts
