试题详情

下列哪行python代码有语法错误( )

Afor (subitem : allItems):

Bfor (key, value) in ip_map:

Cwith open(src_file, ‘r‘) as read_stream:

Dread_stream = open(src_file, ‘r‘)