#43Multiple Choice

What is the expected output of the following code? import sys b1 type (dir(sys)) 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 43 of 129
Exam PCAP-31-03 Topic 1 Question 43
Back to all questions
Next