Python - How to Create a Multi Line Comment in 2 Minutes

preview_player
Показать описание
Discover how to create a multi line comment in Python, and also when it is appropriate to use it.

0:00 Intro
0:09 Comment multiple lines with the single line comment
0:44 The multi line comment
1:31 When to use multi line comments with Python
2:02 Outro

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

It's not working. Whenever I am trying to use multiline comment it shows "SyntaxError : EOL while scanning string literal."
I use smart phone, is it like something that it does not work on phones?

trackurgoals
Автор

please don't provide wrong information, python have no any concepts about multiline comment, which you are show in video that is consider as multi line string in python, I think you forget that what is comment, comment meant just ignore by interpreter but actually multiline string never ignored by interpreter.

upgradestudy
Автор

damn thanks! I was searching this for too long, everybody just said that I should use the hash in every line

mirrorwolf
visit shbcf.ru