import sys
import math
print(dir(math)[0])
b1=type(dir(math)[0]) is str
print(sys.path[-1])
b2=type(sys.path[-1]) is str
print(b1 and b2 )
__doc__
/usr/lib/python3.7/site-packages
True
import sys
import math
print(dir(math)[0])
b1=type(dir(math)[0]) is str
print(sys.path[-1])
b2=type(sys.path[-1]) is str
print(b1 and b2 )
upvoted 1 times
...
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.
sadako11
Highly Voted 3 years, 4 months agorocky48
3 years, 3 months agorocky48
3 years, 3 months agozantrz
Most Recent 1 year, 5 months agocufta05
2 years, 2 months agocufta05
2 years, 2 months agomacxsz
3 years, 2 months agorocky48
3 years, 4 months agorocky48
3 years, 3 months agorocky48
3 years, 3 months agoNoarmy315
3 years, 6 months agowacha1978
3 years, 8 months agowacha1978
3 years, 8 months ago