• 2022-06-06
    To read the entire remaining contents of the file as a string from a file object infile, which one should be used ? ( )
    A: infile.read(2)
    B: infile.readline()
    C: infile.readlines()
    D: infile.read()