write a python function to find the record with highest and lowest marks obtained by student from a file result.csv having field (name , total_marks)
Write a Python program which allows you to extract the content of a file from the
3rd line to the 5th line and save it in another file.
Write a program in Python allowing to delete multiple spaces in a text file
named myfile.txt which contains a text: T =
'Python is programming language'
write a python function which create a copy of the file poem.txt as poemrev.txt. this new file contain the data form last word to fist word from the file poem.txt.
write a python function which create a copy of the file poem.txt as poemrev.txt. this new file contain the data form last word to fist word from the file poem.txt.
Write a python program that removes the 3rd word from this file.