Return Return with the test whether one value is equal or greater than other. Syntax operator.ge(a,b) __ge__ Parameters a,b=number Examples The method tested whether first parameter is greater or equal to other.
a>=b Return the above mention test.
operator.__ge__(a,b) The results are same.
The equal to:
The method returns with the value:
__ge__ The return is:
| operators
|