A program is required to process data about fleet vehicles. The data is stored in a comma-separated value text file named Vehicles.txt
The columns in the data file are:
makemodelyearOpen file Q06.py and write a program to meet these requirements:
make nameyear integer divided by 10 (using integer division)model nameyear (as an integer), the make and the modelvehicleTabledisplayTable(), to show the contents of vehicleTableUse comments, white space, and indentation to make your program easy to read and understand.
Do not add any additional functionality.
Save your amended code as Q06FINISHED.py
Practise Edexcel GCSE Computer Science Input/output with exam-style questions for GCSE Computer Science. 29 questions covering Accepting and responding to user input, Reading and writing CSV text files, Implementing validation, and Implementing authentication, matched to the Edexcel GCSE Computer Science (1CP2) specification and written in Paper 1 and Paper 2 style. Every question includes a full worked solution and mark scheme, so you can see where marks are awarded rather than just whether you got the answer right.