Computer Science, asked by scarystories552, 2 months ago

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 saransrini03
1

#i write in python

print("(a+b)^2=a^2+b^2+2ab​")

Similar questions