Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Challenge | Basics
Introduction to Data Analysis in Python

bookChallenge

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

Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 1. Kapitel 4

Spørg AI

expand

Spørg AI

ChatGPT

Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat

Awesome!

Completion rate improved to 2.7

bookChallenge

Stryg for at vise menuen

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

Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 1. Kapitel 4
some-alt