About Lesson
Write data to text file:-
Text file में character को लिखने के लिए दो method का use किया जाता है।
-
write method:- इसमें केवल string दे सकते हैं
-
write lines method:- इसमें केवल list of lines दे सकते हैं
Write data to text file:-
Two methods are used to write characters in a text file.
-
write method:- Only string can be given in this
-
write lines method:- Only list of lines can be given in this