b1 is a list
b2 is string
import sys
b1 = type (dir(sys)) is str
b2 = type (sys.path[-1]) is str
print (b1 and b2)
print (b1)
print (b2)
print (dir(sys))
print (sys.path[-1])
This section is not available anymore. Please use the main Exam Page.PCAP Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Jos015
1 year, 6 months agoswatiphadtare
2 years, 1 month agomacxsz
3 years ago