Write a Python program to implement the Student Management System: i. Each student record consists of 4 fields of information: Student ID, Name, Sex, and Phone Number. ii. Use a dictionary to implement a student record. iii. Use a list to hold all student records. iv. The program displays a menu of 6 choices for the user to choose from: a) Add a student record b) Delete a student record c) Update a student record d) Show all the information in a student record e) Search through al