#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
Previous
Question 96 of 129
Exam PCAP-31-03 Topic 1 Question 96
Back to all questions
Next