👉 In the context of mathematics and logic, "equalled" is a mathematical operator that means that two or more expressions are exactly the same. It can be used in conjunction with other operators to perform calculations involving equality. For example: ``` x = 5 y = 4 if x == y: print("The numbers are equal.") ``` This statement checks if the values of "x" and "y" are equal, which means that they represent the same number.