Câu 43: 200-901: DevNet Associate (DEVASC)
In Python, which expression checks whether the script returns a success status code when the Requests library is used?
Nội dung câu hỏi
In Python, which expression checks whether the script returns a success status code when the Requests library is used?
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. response.status_code == requests.codes.ok — đáp án hiện tại
- B. response.code == requests.codes.ok
- C. response.status_code == requests.ok
- D. response.status_code != requests.codes.ok
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.