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

bookChallenge

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!

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

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 2. Chapitre 4

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

Awesome!

Completion rate improved to 2.08

bookChallenge

Glissez pour afficher le menu

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!

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

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 2. Chapitre 4
some-alt