A python program for contact tracing:
-
Display a menu of options.
-
Allow user to select item in the menu (check if valid).
-
Perform the selected option
a. Ask personal data for contact tracing (listed are sample only, add more)
b. Use dictionary to store the informations
c. Use full name as key
d. The value is another dictionary of personal information.
a. Search, ask full name then display the record.
a. Ask the user if they want to exit or retry

