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