Observe the following outputs and write the coding to generate them. write mathematical formula (a+b)^2=a^2+b^2+2ab
Answers
Answered by
1
#i write in python
print("(a+b)^2=a^2+b^2+2ab")
Similar questions