Project

General

Profile

Actions

grading_rules #15393

open

data=[{'de name=阶段考试-

Added by UserName LastName 12 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Start date:
02/07/2025
Due date:
% Done:

0%

Estimated time:
name:
阶段考试-简答题-Python中文件的操作
data:

- desc: 是否提到使用 open() 函数打开文件,包含得2分,否则得0分。
max: 2
min: 0
name: 使用 open() 函数
- desc: 是否提到结合上下文管理 (with 语句) 进行文件操作,包含得2分,否则得0分。
max: 2
min: 0
name: 使用 with 语句
- desc: 是否提到可以指定文件模式,如读、写、追加等,包含得2分,否则得0分。
max: 2
min: 0
name: 文件模式
- desc: 是否提到使用文件对象的方法进行读写操作,如 read(), write(), readline(), readlines(), writelines()
等,包含得2分,否则得0分。
max: 2
min: 0
name: 文件读写方法
- desc: 是否提供了一个或多个示例来说明文件操作的使用,包含得2分,否则得0分。
max: 2
min: 0
name: 示例说明

No data to display

Actions

Also available in: Atom PDF