Programming (Year 12)
Comments
How do you add a comment in Python?
// This is a comment
# This is a comment
/* This is a comment */
Next