asked 151k views
2 votes
Comments start with a _____ symbol, and Python will render the rest of the line as a comment:

1 Answer

4 votes

Answer:

#

Step-by-step explanation:

trust me bro.

Any line of code starting with # in Python is treated as a comment and gets ignored by the compiler.

answered
User Dejan Skledar
by
8.6k points