1. Create a Record Keeping App 2. The application will ask the user to choose between: a. Add Data b. Delete Data c. End 3. If Add data, the application will ask the user to input key and its value a. Enter Key: Lastname b. Enter Value: Doe 4. Store the information in a dictionary 5. Display the Result 6. If Delete Data, the application will ask for the key a. Enter Key: Lastname 7. Remove the item from the dictionary 8. Display the result 9. If End, display THANK YOU