I am passing a file object as an argument to a function in Python. Inside this function I want to read the content of the file passed as an argument.
Will I be able to read the file from the beginning or will it continue from the last line read before passing it to the current function ?