What is the output of the following python program?
a = 2
b = 3
result = (a + b) ** 2
print(f"({a} + {b})^2 = {result}")


Posted on by