Python Multiline comments - Python comments || Class3

Опубликовано: 20 Апрель 2026
на канале: Machine Learning Made Easy
42
9

Python Comments

Comments can be used to explain Python code.
Comments can be used to make the code more readable.
Comments can be used to prevent execution when testing code.

Multi Line Comments
---------------------------------
Python does not really have a syntax for multi line comments.
To add a multiline comment you could insert a # for each line:

Complete Python Tutorial for Beginners Playlist :    • python mysql | Updating Entries | How to u...