#96Multiple Choice
What is the expected output of the following code? import sys import math b1 = type(dir(math)[0]) is str b2 = type(sys.path[-1]) is str print(b1 and b2)
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started Free