मराठी

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×