If i have this
a = "4.1.3.79"
b = "4.1.3.64"
How can i make this comparison to return True?
a > b
I cant use float()
or int()
and python doesn't recognize 4.1.2.79 as a number, How can i do comparison's with these types of values?
I have read up on StrictVersion
but that only goes up to 3rd version number, and not 4.