How to Comment in Python

Posted by linuxize on Jul 1, 2020 5:14 PM EDT
Linuxize.com
Mail this story
Print this story

When writing Python code, it is always a good practice to make your code clean and easily understandable. Organizing the code, giving variables and functions descriptive names are several ways to do this.Adding comments to your Python code will save you a lot of time and effort when you look at your code in the future. Comments should be short and to the point. Do not explain something that is obvious to the reader. This article covers the basics of writing comments in Python. Python ignores everything written on the line after the hash mark (#).

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Developer, Python

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.