Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Leer Challenge | Basics
Practice
Projects
Quizzes & Challenges
Quizzen
Challenges
/
Introduction to Data Analysis in Python

bookChallenge

Veeg om het menu te tonen

Task

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 output.

question-icon

Fill in the blanks to complete the task.

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

Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 1. Hoofdstuk 4

Vraag AI

expand

Vraag AI

ChatGPT

Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.

Sectie 1. Hoofdstuk 4
some-alt