6) Which statement is used to close the file object opened with the following statement in-open("input.txt","r") A. clos
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
6) Which statement is used to close the file object opened with the following statement in-open("input.txt","r") A. clos
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")
6) Which