Operador igual python >>> 7 == 9 False >>> 2 == 2 True >>> "python" == 5 False >>> "python" == "python" True