Comment in python | Python for Beginners

Pubblicato il: 03 gennaio 2023
sul canale di: 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


In questa pagina del sito puoi guardare il video online Comment in python | Python for Beginners della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Cipher 03 gennaio 2023, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 9 volte e gli è piaciuto like spettatori. Buona visione!