Square Number A simple Python program that calculates the square of a number entered by the user. Features Accepts a number from the user Calculates the square of the number Supports integer and decimal inputs Example Input 5 Output 25.0 Language Python 3