Comments in Python Programming

DDSRY
1 min readMay 7, 2020

--

Comments in Python:

✅Comments are part of a code that is ignored by the python interpreter.
✅Comments are used to understand the source code(program) to you and other people
(Programmer).

Two types of Comments in Python :

Comments in Python Programming Language by Deepak Dashrath Yadav | DDSRY
  1. Single line — # is used to write a single line comment in Python.
  2. Multi-line — Triple Quotes is used to write multiline comments in Python.

Python Podcast:

--

--

No responses yet