Comment in python | Python for Beginners

Published: 03 January 2023
on channel: Cipher
9
like

To make a comment in Python, you can use the # symbol. Anything after the # on the same line will be ignored by the Python interpreter. Here is an example:


This is a comment
The following line is a command to print "Hello, World!"
print("Hello, World!")
You can also use multiple # symbols to create a block comment, like this:


This is a block comment
It can span multiple lines
Just use the "#" symbol at the beginning of each line

This is not a part of the block comment
It is a separate line of code
print("Hello, World!")

Block comments are useful for including longer explanations or notes in your code. They can help you and others understand what the code is doing.

Time Stamps:
0:00 What is comment in python
0:19 How comment works
0:50 How to create comment in python


#pythonforbeginners
#pythontutorial #python #pythonprogramming #python3 #pythoninhindi


On this page of the site you can watch the video online Comment in python | Python for Beginners with a duration of hours minute second in good quality, which was uploaded by the user Cipher 03 January 2023, share the link with friends and acquaintances, this video has already been watched 9 times on youtube and it was liked by like viewers. Enjoy your viewing!