Important Questions [4]
- Write one difference between CSV and text files.
- Write the definition of a Python function named LongLines() which reads the contents of a text file named 'LINES.TXT' and displays those lines from the file which have at least 10 words in it.
- Write a function count_Dwords() in Python to count the words ending with a digit in a text file "Details.txt". Example: If the file content is as follows: On seat2 V1P1 will sit and
- The syntax of seek() is: file_object.seek(offset[,reference_point]) What is the default value of reference_point?
