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

Kursinhalt

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
Challenge

question-icon

Calculate the change after attracting users if you have $14608, and for attracting one user, you spend $1.7. Using the remainder, divide the money by one user's attraction cost.

amount_of_money = 14608
attract_one_user = 1.7
change = amount_of_money
attract_one_user
1.6000000000003816

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 7

Fragen Sie AI

expand
ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

course content

Kursinhalt

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
Challenge

question-icon

Calculate the change after attracting users if you have $14608, and for attracting one user, you spend $1.7. Using the remainder, divide the money by one user's attraction cost.

amount_of_money = 14608
attract_one_user = 1.7
change = amount_of_money
attract_one_user
1.6000000000003816

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 7
Wir sind enttäuscht, dass etwas schief gelaufen ist. Was ist passiert?
some-alt