Course Content
Introduction to Python | Mobile-Friendly
Challenge
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 outputted.
Section 1.
Chapter 3