Câu 1: PCAP-31-03: Certified Associate in Python Programming
What is the expected output of the following code?import sysimport mathb1 = type(dir(math)) is listb2 = type(sys.path) is listprint(b1 and b2)
Nội dung câu hỏi
What is the expected output of the following code?import sysimport mathb1 = type(dir(math)) is listb2 = type(sys.path) is listprint(b1 and b2)
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. None
- B. True — đáp án hiện tại
- C. 0
- D. False
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.