base = 5.0altura = 3.0area = base * alturaprint("El área del rectángulo es:", area)# your code goes here
Standard input is empty
El área del rectángulo es: 15.0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!