a = 2b = 3result = (a + b) ** 2print(f"({a} + {b})^2 = {result}")
Not registered? Create an account
Forgot Password?
Already a registered user? Login