1. What are the different file access modes in Python programming? | ![]() |
2. How can I open a file in Python using the "with" statement? | ![]() |
3. How can I read the contents of a file in Python? | ![]() |
4. How can I write to a file in Python? | ![]() |
5. How can I close a file in Python? | ![]() |