print("Hello from simple_math.hako") x = 10 y = 20 result = x + y print("Simple calculation: " + result)