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])
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 agoswatiphadtare
1 year, 7 months agomacxsz
2 years, 6 months ago