Python File Handling

Python has several functions for file handling. The key function for working with files in Python is the open() function.

Code :