1 / 3 · Book 12 · Your First Program · drill: interview Q&A⊞ allnext →Get the book →
1.5Comments
Comments are notes for humans. The interpreter ignores them.
# This is a Python comment
# Every line needs its own # character
// This is a JavaScript comment
/* This is a multi-line
JavaScript comment */
// TypeScript uses the same comment syntax as JavaScript
/* Multi-line comments
work identically */