a = 2
b = 3
result = (a + b) ** 2
print(f"({a} + {b})² = {result}")

What is the output of the following python program

Posted on by