A CSV file nаmed emplоyees.csv cоntаins emplоyee informаtion. Write Python code that safely opens the file, reads and displays each record, handles the situation where the file does not exist, and ensures the file is properly closed after processing. Use the recommended Python programming practices. (5 Points)