O Level Online Exam
Menu mobile
Home
MCQ Topic Wise
INFORMATION TECHNOLOGY TOOLS AND NETWORK BASIS
New
WEB DESIGNING AND PUBLISHING
New
PROGRAMMING AND PROBLEM SOLVING THROUGH PYTHON
New
INTERNET OF THINGS AND ITS APPLICATIONS
New
Online Mock Test
INFORMATION TECHNOLOGY TOOLS AND NETWORK BASIS
New
WEB DESIGNING AND PUBLISHING
New
PROGRAMMING AND PROBLEM SOLVING THROUGH PYTHON
New
INTERNET OF THINGS AND ITS APPLICATIONS
New
Old Papers
Practical Questions
Projects
File processing in python
Programming Examples
File processing in python Practical Questions
Topic : File Processing in Python
Question - 1
Write Python code to display sentence starting with given character from abc.txt file
Question - 2
Python code to display digits from abc.txt file
Question - 3
Python program to copy the one contents to another
Question - 4
Python program to copy the all word which start with constant in another file
Question - 5
Python program to write first n prime number in text file
Question - 6
Python program to read the full content of specified txt file
Question - 7
Python program to accept file name and data from user and write data on file
Question - 8
Python program to count the number of lines in the file
Question - 9
Python program to display the size of a file in byte
Question - 10
Python program to display all the records in a file along with line number
Question - 11
Python program to display only last line of a text file
Question - 12
Python program that reads a text file and creates another file that is identical except that every sequence of consecutive blank spaces is replaced by single space
Question - 13
Python program to marge the content of target file into source file
Question - 14
Python program to read txt file data from specified index to specified length
Question - 15
Python program to delete the specified file from computer
Question - 16
Python program to add delete and display all record of binary file
Question - 17
Python program to create a function that would read contents from the sports.dat and creates a file named Atheletic.dat
Question - 18
Python program to read data from csv file
Question - 19
Python program to write data on csv file
Question - 20
Python program to read csv file content line by line