Fork Python 1 Question 2

Last Updated :
Discuss
Comments

Which of the following is a valid way to comment in Python?

// This is a comment

 # This is a comment

<!-- This is a comment -->

 /* This is a comment */

Share your thoughts in the comments