The syntax of seek() is: file_object.seek(offset [, reference_point]) What is reference_point indicate?
1. reference_point indicates the starting position of the file object
2.reference_point indicates the ending position of the file object
3.reference_point indicates the current position of the file object
4.None of the above