Q.1.
Which function is used to write all the characters?
Q.2.
In file handling, what does this terms means “r, a”?
Q.3.
What is the use of “w” in file handling?
Q.4.
What is the use of “a” in file handling?
Q.5.
Which function is used to read all the characters?
Q.6.
Which function is used to read single line from file?
Q.7.
Which function is used to write a list of string in a file?
Q.8.
Which function is used to close a file in python?
Q.9.
Is it possible to create a text file in python?
Q.10.
Which of the following are the modes of both writing and reading in binary format in file?