Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

Multiple Line Comments

#One
#way to do multiple line comments is to do this
#.
"""
Alternatively, you can also use this syntax.
"""

print("Hello multiple line comments")
Comment

multiline comments coding

/* PUT MULTILINE
COMMENT HERE (between 
the two delimeters). */
Comment

multiline comment

"""
this is a docstring not a multiline comment
and this can be shown in output or not
"""
# mutiline comment
# is like
# that
# and this can not be shown cause it is a comment
Comment

PREVIOUS NEXT
Code Example
Python :: python press any key to continue 
Python :: python script to read qr code 
Python :: doing math in python 
Python :: any and all in python3 
Python :: what does tuple mean in python 
Python :: use of self in pythonic class 
Python :: iteration over dictionary 
Python :: how to append variable python 
Python :: dictionaries in python 
Python :: rotatelist in python 
Python :: Finding the maximum element from a matrix with Python numpy.argmax() 
Python :: change version of python that poetry use 
Python :: Convert .tif images files to .jpeg in python 
Python :: calendar module in python 
Python :: python __name__ == "__main__" 
Python :: how to make spinning donut on python 
Python :: python iterate through list 
Python :: pytube3 
Python :: Python NumPy tile Function Syntax 
Python :: how to separate date and time in python 
Python :: how to remove text in pygame 
Python :: how to print the 3erd character of an input in python 
Python :: duck typing in python 
Python :: simple click counter in python 
Python :: how to make an action repeat in python 
Python :: how to use self.list.setCurrentRow() in pyqt5 
Python :: deduplication jaccard python 
Python :: no such column: paintshop_ourservice.date_Created 
Shell :: add-apt-repository command not found 
Shell :: brew install wine 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =