Answers for "square finder python"

0

square finder python

a = int(input("Enter the number to find square: "))
print("square of your number is: ",a**2)
Posted by: Guest on January-11-2022

Python Answers by Framework

Browse Popular Code Answers by Language