I need a python program which can read first 5 values from the file in a loop, end the loop and pick next 5 values from the file until the end of the file.
I need a python program which can read first 5 values from the file in a loop, end the loop and pick next 5 values from the file until the end of the file.