You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to decide what to do with strings and lists...
"test" > "bob" is False, since ord("t") < ord("b") or something like that. It doesn't really give any value i think. Most likely checking length for anything thats not a number is best.
Need to decide what to do with strings and lists...
"test" > "bob" is False, since ord("t") < ord("b") or something like that. It doesn't really give any value i think. Most likely checking length for anything thats not a number is best.