A program is required to process data from an archaeological dig. The data is stored in a comma-separated value text file named Artifacts.txt
The columns in the data file are:
sitecategorydepthOpen the file dig_catalog.py and write a program to meet these requirements:
site name, converted to uppercasedepth integer divided by 25 (using integer division)category namecategory name (as a string), the depth (as an integer), and the site name (as a string)artifactCatalogrenderCatalog(), to show the contents of artifactCatalogUse 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 dig_catalog_FINISHED.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.