Programming (Year 11)
Comments
Which of the following is a valid comment in Python?
// This is a comment
# This is a comment
/* This is a comment */
-- This is a comment
Next