Programming (11th Grade)
Comments
Which of the following is a correct way to create a comment in Python?
// This is a comment
# This is a comment
/* This is a comment */
Next