Python - Comments - W3Schools.com

preview_player
Показать описание
This video is an introduction to Python Comments.

Part of a series of video tutorials to learn Python for beginners!

Chapters in this video:
00:00 - What are Comments in Python?
00:18 - Python Comments Examples
00:40 - Using Comments to Debug in Python
00:53 - Python Multiline Comments

Find W3Schools here:
Рекомендации по теме
Комментарии
Автор

To comment multiple lines you can use """ """ anytging between the tripple quote marks is considered a comment. Spacing this out over several lines works.

branar
Автор

For multiple lines you can use 3 commas ''' '''

Learningtips_
Автор

For multiple line comment which is better to use # or """

mjvlogs
Автор

multiline comments -- use three quotes at the beginning and three at the end - video says use hashtag on each line

kmjkj
Автор

Please sir C++ and Javascript full corse sir

karan_ki_tech