Programming (Year 12)
Comments
What is the correct way to create a comment in Python?
// This is a comment
# This is a comment
<-- This is a comment -->
/* This is a comment */