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

Contenuti del Corso

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

book
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

Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 1. Capitolo 3

Chieda ad AI

expand
ChatGPT

Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione

course content

Contenuti del Corso

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

book
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

Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 1. Capitolo 3
Siamo spiacenti che qualcosa sia andato storto. Cosa è successo?
some-alt