55.Programming Assignment 12-using Files
1.Input list of strings and create a text file with this sequence. 2.Copy one file to another ( text and binary ( image)) 3.Copy one python program file to another after removing the single line comments ( lines starting with #) 4.Read and print a file with line numbers of each line. 5.Read and print a file with all punctuation removed.( university question) 6.Write a python program to create a file with 10 integer numbers. Read this file and display the square of each number. (University question) 7.Write a program that reads a file and writes out a file with the lines in reversed order.( university question-refer example) 8.Write a python program to read a text file, copy the content to another file after removing the blank lines.( university question) 9.Count the number of lines, number of words and number of characters in a file. 10.Program to read a text file and print the words and its length in sorted order.( refer example) 11.Write a Python program that opens a file for input a