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