Programming (Year 11)
Comments
How do you create a comment in Python?
// This is a comment
# This is a comment
/* This is a comment */