answer should be B, D
print('8' + '8' !=2*'8') # ans A, False
print('xYz'.lower() > 'XY') # ans B, True
print(float('3.14')==str('3.''14')) # ans C, False
print(121+1 == int('1'+2*'2')) # 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.
fermins
10 months agodicksonpwc
1 year, 8 months agoivanbicalho
1 year, 9 months agoMallie
1 year, 11 months agoNenggg
1 year, 11 months agohaly
2 years, 1 month agoDav023
2 years, 2 months agoDr_Alzuhairy21
2 years, 6 months agomacxsz
2 years, 7 months agoMTLE
2 years, 7 months ago