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

Conteúdo do 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

bookChallenge 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

Clique ou arraste solte itens e preencha os espaços

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 3. Capítulo 5
some-alt