B and D are correct
print(ord("z") - ord("Z") == ord("0")) # ans A, False
print(len(" ") > 0) # ans B, True
print(chr(ord('a') + 1) == 'B') # ans C, False
print(len('\'') == 1) # ans D, True
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.
macxsz
Highly Voted 2 years, 6 months agoseaverick
Most Recent 10 months agodicksonpwc
1 year, 8 months agoryanzou
1 year, 8 months ago