Question
Computer Science Question on Sorting
Yash wrote a program for inserting and deleting data in a file, using Python, One of the functions, he used is incorrect. identify the incorrect function.
A
writelines()
B
readlines()
C
writeline()
D
readline()
Answer
writeline()
Explanation
Solution
The correct option is (C) :writeline()