# Variables y tipos de datosnombre = "Juan"edad = 25altura = 1.75es_estudiante = True print(nombre, edad, altura, es_estudiante)
Standard input is empty
('Juan', 25, 1.75, True)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!