Python Tutorial 2: How to use comments in Python?

Опубликовано: 13 Октябрь 2018
на канале: PyLenin
980
24

Have you ever revisited your old codes and were unable to understand what logic you had used to solve that problem? Do you feel sometimes that your code is unreadable?

Using comments in your python code helps you easily understand the nuances of your code no matter when you visit. It improves readability and allows other programmers to read and validate your code very easily. This tutorial is about different ways to use comments in your code.

It is time to go back to basics !