Multiple choice

This symbol is used when you want to add comments to your code

  1. #

  2. &

  3. $
  4. *

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Python, the hash symbol (#) is the standard character used to denote a single-line comment.