Programming (Year 11)
Comments
What is the correct way to start a comment in Python?
// This is a comment
# This is a comment
/* This is a comment */