News

This post shows you how to comment in Python and provides best practices to help you do it right! Help others understand your code.
In Python, the # symbol is used for commenting a single line of code. It´s possible to use this character to comment multiple lines, but you'll need to put one by one. If we want to comment multiple ...