Programming (Year 12)
Comments
How can you comment a single line in Python?
// This is a comment
# This is a comment
/* This is a comment */