Function Python Greater Than Operator
This is the Python greater than operator (>).
Format:
expression left > right
Input:
number left -
number right -
Output:
boolean - None
Properties that reference this function:
expression a > b =
__gt__(a, b)
(Greater Than To Function Call Property)Comments
Please log in to add comments