हिंदी

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

Advertisements
Advertisements

प्रश्न

Write the use and syntax for the following method:

open()

टिप्पणी लिखिए

उत्तर

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
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 2: File Handling in Python - Exercise [पृष्ठ ३७]

APPEARS IN

एनसीईआरटी Computer Science [English] Class 12
अध्याय 2 File Handling in Python
Exercise | Q 2. a) | पृष्ठ ३७
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×