Page 1 of 1

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
by answerhappygod
6 Which Statement Is Used To Close The File Object Opened With The Following Statement In Open Input Txt R A Clos 1
6 Which Statement Is Used To Close The File Object Opened With The Following Statement In Open Input Txt R A Clos 1 (9.68 KiB) Viewed 31 times
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")