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.
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 3
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 4
Challenge
Swipe to show menu
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.
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 3