首页题库练习题目详情
面向对象程序设计单选题中等

在Python中,如何向文件中追加内容?

Aopen('filename', 'r')
Bopen('filename', 'w')
Copen('filename', 'a')
Dopen('filename', 'x')