what is comment line in python
Answers
Answered by
1
Answer:
Types of Comments
Types of CommentsA comment in Python starts with the hash character, # , and extends to the end of the physical line. A hash character within a string value is not seen as a comment, though. ... In the following sections I'll describe each type of comment.
Answered by
1
A comment in Python starts with the hash character, # , and extends to the end of the physical line. A hash character within a string value is not seen as a comment, though. ... In the following sections I'll describe each type of comment.
Similar questions