Let’s Learn Python | Part -2

Python programming basics

Mahmud Ahsan
Thinkdiff
Published in
5 min readFeb 10, 2018

--

Photo by Zan on Unsplash

In Python, there are 2 ways to write comments. For single-line comment, we can use # sign.

# This is a single line comment

For multi-line comments we can use ‘’’ at the beginning and ‘’’ at the end. And Inside we can write multiline comments. Instead of single quotes we can also use double quotes “”” …. “””

--

--

I'm a software engineer passionate about web and mobile app development.