1.

Write the expressiona² + 2ab +b²/2ac​

Answer»

Answer:

a**2 + 2*a*B + b**2 / 2*a*b

Explanation:

This answer is ACCORDING to the Python LANGUAGE :-

** is used for expressions

* is used for multiplication

/ is used for DIVISION of a variable

Thank me if you find this answer helpful



Discussion

No Comment Found