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

book
Challenge

question-icon

Fill in the missing gaps. You need to describe all 'comparing with 5' cases.

price = 6
___
price > 5:
    print
___

___
price == 5:
    print
___

___
:
    print
___
Greater than 5!

Натисніть або перетягніть елементи та заповніть пропуски

dots
('Greater than 5!')
dots
elif
dots
else
dots
('Equals 5!')
dots
if
dots
('Lower than 5!')

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 2. Розділ 4

Запитати АІ

expand
ChatGPT

Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат

some-alt