How to block a comment in Python?
Unlike other programming languages such as C, C++, and Java, Python does not support /*......*/ for multi-line comments or block comments, there is no built-in mechanism for block comments in Python. We have different conventions and syntax for block...
shorttechtutorials.hashnode.dev3 min read