Program to find the square root of a number.

Code:

num = int(input("Please enter a number: "))

print("Square Root of", num , "is:" , num**2)

Output:


Comments

Popular posts from this blog

State use of pep and pip