Advertisements
Advertisements
प्रश्न
Differentiate between write() and writelines().
फरक स्पष्ट करा
Advertisements
उत्तर
- write() method takes a string as an argument and writes it to the text file.
- writelines() method is used to write multiple strings to a file. We need to pass an iterable object like lists, tuple etc. containing strings to writelines() method.
shaalaa.com
Writing to a Text File in Python
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
