通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
以下代码执行后,book.txt 文件的内容是( )。
fo = open("book.txt","w") ls = ['book','23','201009','20'] fo.write(str(ls)) fo.close()