Create CRUD Application using Python and MySQL connector
Show following options
1. List All Records
2. Delete
3. Insert
4. Update
5. Search
0. Exit
Write separate function for each functionality
Program should not get exited unless user select 0 option.
You can use any module to connect to MySQL from python