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

bookChallenge

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

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 3

Fragen Sie AI

expand

Fragen Sie AI

ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

Suggested prompts:

Fragen Sie mich Fragen zu diesem Thema

Zusammenfassen Sie dieses Kapitel

Zeige reale Beispiele

Awesome!

Completion rate improved to 4

bookChallenge

Swipe um das Menü anzuzeigen

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

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 3
some-alt