Programming (Year 12)
Comments
Which of the following is not a valid way to create a comment in Python?
# This is a comment
''' This is a comment '''
// This is a comment
""" This is a comment """
Next