The second parameter in seek() function indicates to the position from where the file object to start with. This parameter accepts following values:
0 - to set the file handler at the beginning of the file.
1 - to set the file handler to the current position.