0
print('Q' < 'q')....True?
Is this because of ASCII values like that!
2 Answers
+ 1
i don't think that this would be the correct reason because both have different ascii value
0
i think it is because you are using character data type
and it is not using lexicographically comparison that's why
may be so happening