I am starting with python and i got a challenge in my course based on string operations. I will not put the whole challenge cause i want to solve it on my own, but want to ask a question:
a = "abc"
b = "aabc"
b < a
True
How the strings are compared? b has more characters, regardless b < a is evaluated to be True