#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