Computer Science, asked by rukhmaniverma543, 5 months ago

write a program in python to find the square of two numbers

Answers

Answered by tanunagar21
0

Answer:

Python | Calculate square of a given number (3 different ways)

By multiplying numbers two times: (number*number)

By using Exponent Operator (**): (number**2)

By using math.pow() method: (math.pow(number,

Answered by Karthi2112
1

Answer:

The above picture gives you the solution.

Explanation:

I Hope U R Crystal Clear With Ur Question... So, Kindly Mark Me As BRAINLIEST If U Like To And Do Rate Me If U Like To...

Thank You!!!!!! (◠‿◕)

Attachments:
Similar questions