elianakerrigan8696 elianakerrigan8696 29-04-2024 Computers and Technology contestada Which one of the following statements opens a file and returns a file object called a file handle?a. open('test_file', 'read')b. openfile('r', 'test_file')c. open('test_file', 'r')d. open(file, 'test_file', 'read')e. ofile('test_file', 'r')