#2Multiple Choice

What is the expected output of the following code?
import sys
import math
b1 = type(dir(math)) is list
b2 = type(sys.path) is list
print(b1 and b2)

Previous
Question 2 of 129
Exam PCAP-31-03 Topic 1 Question 2
Back to all questions
Next