power, exponent, square root in python

Hello friends, 🖐☺Keep your brains open ,🧠 Today we will learn how to write code for power, exponent and square root, in python. So let's start, Question 1-How to take square of a variable quantity? Answer- a =int(input("enter the first no.") ) b=a**2 Print("the square of a is ="b) ......................................................... Question 2- How to find …

Design a site like this with WordPress.com
Get started