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