Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Practice Math Skills | Introduction to Python 1/2
Introduction to Python for Data Analysis
course content

Contenido del Curso

Introduction to Python for Data Analysis

Introduction to Python for Data Analysis

1. Introduction to Python 1/2
2. Introduction to Python 2/2
3. Explore Dataset
4. Becoming an Analyst

Practice Math Skills

SignUsageSyntax in Python
+Adding numbers5 + 7
-Subtracting the right number from the left10 - 4
/Dividing left number by the right20 / 5
question-icon

Put appropriate signs to make this code valid. Here you have data about the number of users for two different days. Calculate the total amount of users and how much the amount on the first day is greater than on the second.

day1_amount = 2384
day2_amount = 1965
# Calculate the total amount of users
total = day1_amount
day2_amount
# Calculate how much the amount on the first day is greater than on the second
difference = day1_amount
day2_amount

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

¿Todo estuvo claro?

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