what are comments in python what are its types explain with examples
Answers
Answered by
4
In this Python program we are seeing three types of comments. Single line comment, multi-line comment and the comment that is starting in the same line after the code. ''' We are writing a simple program here First print statement. This is a multiple line comment. '''
Similar questions