A. HelloworldHelloPythonIamlearningPython B. IamlearningPython C. Helloworld D. HelloPython
A. HelloworldHelloPythonIamlearningPython B. HelloworldHelloPython C. Helloworld D. HelloPython
A. f.seek(0,0) B. f.seek(0,1) C. f.seek(0,2) D. f.seek(5,2)
A. 1900年1月1日 00时00分00秒 B. 1970年1月1日 00时00分00秒 C. 1970年1月1日 8时00分00秒 D. 0001年1月1日 00时00分00秒
A. os.copy("c:\\test.txt","d:\\test.bak") B. shutil.copy("c:\\test.txt","d:\\test.bak") C. os.cp("c:\\test.txt","d:\\test.bak") D. shutil.cp("c:\\test.txt","d:\\test.bak")
A. write() B. append() C. writeline() D. insert()
A. read() B. readline() C. readlines() D. readbyte()
A. tell() B. seek() C. locate() D. find()
A. 不用 B. 一定要 C. 最后要 D. 用完,就要
A. r B. w C. a D. I