Câu 2: PCAP-31-03: Certified Associate in Python Programming
Assuming that the code below has been executed successfully, which of the following expressions will always evaluate to True? (Choose two.) import random v1 = random.random() v2 = random.random()
Nội dung câu hỏi
Assuming that the code below has been executed successfully, which of the following expressions will always evaluate to True? (Choose two.) import random v1 = random.random() v2 = random.random()
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. len(random.sample([1,2,3],1)) > 2
- B. v1 == v2
- C. random.choice([1,2,3]) > 0 — đáp án hiện tại
- D. v1>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.