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
...
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 2 years, 9 months agorocky48
2 years, 8 months agorocky48
2 years, 8 months agozantrz
Most Recent 10 months agocufta05
1 year, 6 months agocufta05
1 year, 6 months agomacxsz
2 years, 6 months agorocky48
2 years, 8 months agorocky48
2 years, 8 months agorocky48
2 years, 8 months agoNoarmy315
2 years, 11 months agowacha1978
3 years, 1 month agowacha1978
3 years, 1 month ago