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 output.
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 4
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Suggested prompts:
Ask me questions about this topic
Summarize this chapter
Show real-world examples
Awesome!
Completion rate improved to 2.7
Challenge
Swipe to show menu
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.
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 4