Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Challenge | Basics
Introduction to Data Analysis in Python
course content

Contenido del Curso

Introduction to Data Analysis in Python

Introduction to Data Analysis in Python

1. Basics
2. Data Types
3. Control Flow
4. Functions and Modules
5. Introduction to NumPy

book
Challenge

Task

You are given three print() functions. You need to make Python ignore the second call of the print() function so that only 'A' and 'C' will be output.

question-icon

Fill in the blanks to complete the task.

print("A")
print("B")
print("C")
A
C

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 4

Pregunte a AI

expand
ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

course content

Contenido del Curso

Introduction to Data Analysis in Python

Introduction to Data Analysis in Python

1. Basics
2. Data Types
3. Control Flow
4. Functions and Modules
5. Introduction to NumPy

book
Challenge

Task

You are given three print() functions. You need to make Python ignore the second call of the print() function so that only 'A' and 'C' will be output.

question-icon

Fill in the blanks to complete the task.

print("A")
print("B")
print("C")
A
C

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 4
Lamentamos que algo salió mal. ¿Qué pasó?
some-alt