gagan Soti       May 9, 2026      22

How do you insert COMMENTS in Python code?

  1. #This is a comment
  2. //This is a comment
  3. /*This is a comment*/

The Right Answer is : Option A

Explanation