File handling in Python refers the feature for reading data from the file and writing data into a file?

61. File handling in Python refers the feature for reading data from the file and writing data into a file?

  1. True
  2. False

Answer: A) True

Explanation:

File handling is the capability of reading data from and writing it into a file in Python. Python includes functions for creating and manipulating files, whether they are flat files or text documents. We will not need to import any external libraries in order to perform general IO operations because the IO module is the default module for accessing files.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.