Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Challenge | Python Basics
Introduction to Python | Mobile-Friendly

book
Challenge

You are given three print() functions. You need to make Python ignore the second call of the print() function so that only 'A' and 'C' will be outputted.

question-icon

Fill in the blanks to complete the task.

print("A")
print("B")
print("C")
A
C

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 3

Demandez à l'IA

expand
ChatGPT

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

some-alt