Tag Archives: code snippet

Splitting a file in python (exercise)

Doing exercise from Noprianto Book titled “Python & Pemrograman Linux”. My answer to the first question: Write a small program to split a file Ok. Here’s the version of my answer (download): #!/usr/bin/python # This program will split a file … Continue reading

Posted in Exercise, Python | Tagged , , | Leave a comment