Test 3: Testing main.py output... SUCCESS: main.py prints the correct message! Output was: Testing calculator functions: 5 + 3 = 8 5 - 3 = 2 5 * 3 = 15 5 / 0 = Cannot divide by zero 5 / 2 = 2.5 Calculator ready! Main output test passed!