Câu 156: 350-401: Implementing Cisco Enterprise Network Core Technologies (ENCOR)
Based on the output below, which Python code shows the value of the "upTime" key?
Nội dung câu hỏi
Based on the output below, which Python code shows the value of the "upTime" key?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. json_data = response.json() print(json_data["response"][0]["upTime"]) — đáp án hiện tại
- B. json_data = response.json() print(json_data[response][0][upTime])
- C. json_data = json.loads(response.text) print(json_data["response"]["family"]["upTime"])
- D. json_data = response.json() print(json_data["response"][family]["upTime"])
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.
Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.