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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
