A. C盘根目录下 B. D盘目录下 C. Python安装目录下 D. 与源文件在相同的目录下
A. Open B. write C. Getcwd D. read
A. ['abcdef'] B. [‘abcdef\n’] C. ['a', 'b', 'c', 'd', 'e'] D. ['a', 'b', 'c', 'd', 'e','\n’]
A. 'r’ B. 'w’ C. 'a’ D. 'w+’
A. open B. write C. close D. read
A. ‘r’ B. ‘w’ C. 'a’ D. 'w+’
A. file.read() B. file.read(200) C. file readline() D. file.feadlines()