HOW TO USE READLINE FUNCTION IN PYTHON PROGRAMMING
Function name: readline( parameters )
Parameters: Number of bytes you want to read from the file
Returns: Line read from the file
Note: Reads one line at a time
#pythontutorial #readlineinpython