Single-line comments in Python begin with ............... symbol.
#
Reason — The # symbol in Python indicates the start of a single-line comment, which extends from the # to the end of the line.