English

Write the use and syntax for the following method: open() - Computer Science (Python)

Advertisements
Advertisements

Question

Write the use and syntax for the following method:

open()

Short Note

Solution

To open a file in Python, we use the open() function. The syntax of open() is as follows:

file_object = open(file_name, access_mode)

This function returns a file object called file handle which is stored in the variable file_object.

Example: myObject = open(“myfile.txt”, “a+”)

shaalaa.com
Opening and Closing a Text Files
  Is there an error in this question or solution?
Chapter 2: File Handling in Python - Exercise [Page 37]

APPEARS IN

NCERT Computer Science [English] Class 12
Chapter 2 File Handling in Python
Exercise | Q 2. a) | Page 37
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×