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

Course Content

Introduction to Python | Mobile-Friendly

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

Everything was clear?

Section 1. Chapter 3
We're sorry to hear that something went wrong. What happened?
some-alt