Instructor
+3200 Companies trusted our courses for their staff tutoring
Check the frequently asked questions about this course.
We recommend completing the prerequisites for more effective learning.
This course includes 2 modules, 4 lessons, and 0:40 hours of materials.
Objetivos y metodología
Configuración del entorno de desarrollo
Instalación de Python y VS Code
Sintaxis básica de Python
Variables y tipos de datos
Operadores aritméticos y lógicos
# Ejercicio: Crear un conversor de temperaturas
def celsius_a_fahrenheit(celsius):
# Tu código aquí
pass
# Prueba tu función
print(celsius_a_fahrenheit(25)) # Debería mostrar 77
Prueba de Autoevaluación Módulo 0
Reply to Comment