Contenido del Curso
Introducción a Python
Introducción a Python
Los Primeros Pasos
¡Bienvenido, estudiante!
¡Te damos la bienvenida a este módulo de Python! Nos emociona tenerte en esta aventura de codificación. No te preocupes si eres nuevo en Python o en la programación. Empecemos por entender qué es Python.
Python is a high-level, interpreted programming language. High-level languages use abstract syntax that is easy for humans to understand but cannot be directly interpreted by machines.
Let's dive in and print our first message using Python. We'll use the print()
function for this. When you want to print specific text, just wrap it in quotation marks, like "..."
or '...'
. If you don't, Python will assume you're referring to a variable (but we'll get to that later).
To print a sentence, use the following code:
print("Some message")
Swipe to show code editor
Your challenge? Print "Hello world!"
in the console.
Once you've completed this task, click the button below the code to check your solution.
¡Gracias por tus comentarios!
Los Primeros Pasos
¡Bienvenido, estudiante!
¡Te damos la bienvenida a este módulo de Python! Nos emociona tenerte en esta aventura de codificación. No te preocupes si eres nuevo en Python o en la programación. Empecemos por entender qué es Python.
Python is a high-level, interpreted programming language. High-level languages use abstract syntax that is easy for humans to understand but cannot be directly interpreted by machines.
Let's dive in and print our first message using Python. We'll use the print()
function for this. When you want to print specific text, just wrap it in quotation marks, like "..."
or '...'
. If you don't, Python will assume you're referring to a variable (but we'll get to that later).
To print a sentence, use the following code:
print("Some message")
Swipe to show code editor
Your challenge? Print "Hello world!"
in the console.
Once you've completed this task, click the button below the code to check your solution.
¡Gracias por tus comentarios!
Los Primeros Pasos
¡Bienvenido, estudiante!
¡Te damos la bienvenida a este módulo de Python! Nos emociona tenerte en esta aventura de codificación. No te preocupes si eres nuevo en Python o en la programación. Empecemos por entender qué es Python.
Python is a high-level, interpreted programming language. High-level languages use abstract syntax that is easy for humans to understand but cannot be directly interpreted by machines.
Let's dive in and print our first message using Python. We'll use the print()
function for this. When you want to print specific text, just wrap it in quotation marks, like "..."
or '...'
. If you don't, Python will assume you're referring to a variable (but we'll get to that later).
To print a sentence, use the following code:
print("Some message")
Swipe to show code editor
Your challenge? Print "Hello world!"
in the console.
Once you've completed this task, click the button below the code to check your solution.
¡Gracias por tus comentarios!
¡Bienvenido, estudiante!
¡Te damos la bienvenida a este módulo de Python! Nos emociona tenerte en esta aventura de codificación. No te preocupes si eres nuevo en Python o en la programación. Empecemos por entender qué es Python.
Python is a high-level, interpreted programming language. High-level languages use abstract syntax that is easy for humans to understand but cannot be directly interpreted by machines.
Let's dive in and print our first message using Python. We'll use the print()
function for this. When you want to print specific text, just wrap it in quotation marks, like "..."
or '...'
. If you don't, Python will assume you're referring to a variable (but we'll get to that later).
To print a sentence, use the following code:
print("Some message")
Swipe to show code editor
Your challenge? Print "Hello world!"
in the console.
Once you've completed this task, click the button below the code to check your solution.