Question: Use the regular expressions library in Python to read the data about the cases, extracting information on: Case No Age Nationality Sex Travel History Contact

Use the regular expressions library in Python to read the data about the cases, extracting information on: Case No Age Nationality Sex Travel History Contact Tracing Task1. Read this information into a suitable data structure in Python (you choose) then store this information in an open format file (text, JSON, etc.). Label the file with the date the webpage was last updated. Task 2. Determine the number of males and females in the cases, average age, and print them out on the screen
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
