CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 121: PCEP-30-02: PCEP – Certified Entry-Level Python Programmer

Assuming that the following assignment has been successfully executed:the_list = ['list', False, 3e8]Which of the following expressions evaluate to True ? (Choose two.)

Nội dung câu hỏi

Assuming that the following assignment has been successfully executed:the_list = ['list', False, 3e8]Which of the following expressions evaluate to True ? (Choose two.)

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.

  1. A. int(the_list[2]) == len(the_list)
  2. B. the_list[1] in the list — đáp án hiện tại
  3. C. 300 in the_list and the_list[l]
  4. D. the_list.index(False) == 1 — đáp án hiện tại

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.

Câu hỏi liền kề