MULTILINE COMMENTS IN PYTHON
Multiline comments in Python If you are familiar with some other programming languages, like C/C++, or Java, you might be familiar that we have something called multiline comments. This just means that a comment, which can span more than one lines. Sometimes, it is necessary for us, to write some multiline comments, when we are […]
MULTILINE COMMENTS IN PYTHON Read More »