numero = float(input("Introduce un número: "))print("El cuadrado es:", numero * numero)
3
Introduce un número: El cuadrado es: 9.0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!