Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge 1 | Control Flow
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

Challenge 1

% operator returns the remainder of the division.

question-icon

Fill in the missing gaps.

c = 21
if c < 25:
  if c % 2 == 0:
    

  else:
    

else:
  
c is an even number less than 25

Click or drag`n`drop items and fill in the blanks

¿Todo estuvo claro?

Sección 3. Capítulo 5
We're sorry to hear that something went wrong. What happened?
some-alt