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

Course Content

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

Challenge

question-icon

Rate the price of the computer. Fill in the missing gaps to construct a full if-else program.

price = 4000
price >= 5000:
    
('This computer is too expensive! I won't buy it!')

    print('The price is OK! I will buy it:)')
The price is OK! I will buy it:)

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

Everything was clear?

Section 2. Chapter 2
We're sorry to hear that something went wrong. What happened?
some-alt