f=open(r"c:\字符串.t
f=open(r"c:\字符串.txt",'w')
f.write('Eden\nOrion\nPhoenix\n')
f.close()
上面的程序,能在原来文件的基础上添加三行字符串。( )
正确
错误