Strings are compared lexicographically.
In this example the first 2 corresponding 9s will be compared but after that what is compared against 1?
>>> '99' > '991'
False
Strings are compared lexicographically.
In this example the first 2 corresponding 9s will be compared but after that what is compared against 1?
>>> '99' > '991'
False