Is that true that this comparison operators are gone in Python 3.0: < (is less than) > (is greater than) <= (is less than or equals) >= (is greater than or equals) Is it true?