24 Nov
24Nov

Source code -

# A program made by Linux & Windows Tech

name = input("Enter your name:")

print("Hi,",name)

print("Welcome to a simple program to find the square made by Linux & Windows Tech")

num = float(input("Enter the number:"))

square = num * num

print("The square of the number is:",square)

Comments
* The email will not be published on the website.
I BUILT MY SITE FOR FREE USING