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

Câu 32: PCAP-31-03: Certified Associate in Python Programming

Which of the following lines of code will work flawlessly when put independently inside the add_new() method in order to make the snippet’s output equal to [0, 1, 1]? (Choose two.)

Nội dung câu hỏi

Which of the following lines of code will work flawlessly when put independently inside the add_new() method in order to make the snippet’s output equal to [0, 1, 1]? (Choose two.)

Minh họa câu hỏi

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. self.put(self.store[1]) — đáp án hiện tại
  2. B. self.put(self.get()[-1]) — đáp án hiện tại
  3. C. self.put(store[1])
  4. D. put(self.store[1])

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ề