通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
执行以下程序后,文件 a.txt 中的内容是( )。
fo = open("a.txt", "w") x = ['大学', '中学', '小学'] fo.write('\n'.join(x)) fo.close()