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