🎴 Flashcard Mode

Python Programming Basics

Card1 / 12
Mastered0
Review0
QuestionClick to flip

Comments in code are used....

AnswerClick to flip back
A
To explain the code
💡 Explanation:

Comments are non-executable lines in code used by programmers to document and explain what the code does for human readers. They do not affect program execution.

Change Mode