

InterviewSolution
Saved Bookmarks
1. |
How comments are specified in python give example |
Answer» Single line comments are specified by ash tags (#) and they are automatically terminated by the end of the line.Comments that span multiple lines-used to explain things in more detail are specified by adding a delimiter (" \'\'\'\') | |