测评会员优惠活动进行中 · 开通 VIP,有效期内测评不限次 VIP 优惠中 · 测评不限次 立即查看

A59998. 下面Python代码的输出结果正确的是?( )import json

单选题

题目描述

下面Python代码的输出结果正确的是?( 

import json
data = {
    "name": "Alice",
    "age": 25,
    "city": "New York"
}
text = json.dumps(data)
print(text)

选项(单选)