首页题库练习题目详情
Python程序设计单选题中等

以下哪项是 open() 函数的正确使用方式?

Aopen('file.txt')
Bopen('file.txt', 'r')
Copen('file.txt', 'w')
Dopen('file.txt', 'x')