6) Which statement is used to close the file object opened with the following statement in-open("input.txt","r") A. clos
Posted: Tue Apr 12, 2022 10:21 am
6) Which statement is used to close the file object opened with the following statement in-open("input.txt","r") A. close(in) B. close("input.txt") c. in.close() D. in.close("input.txt")