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 :: dictionary increment 
Python :: mixpanel export api 
Python :: how to print a message in python 
Python :: get midnight of current day python 
Python :: only split from third delimiter python 
Python :: two underscores python 
Python :: can list hold different data types in python 
Python :: python module has no attribute 
Python :: python permission denied on mac 
Python :: django venv activate 
Python :: python read hex file 
Python :: for i in array in range python 
Python :: length of dictionary in python 
Python :: how to create fastapi 
Python :: python run linux command and get output 
Python :: how to for loop in python stackoverflow 
Python :: dictionary.com 
Python :: randint 
Python :: how to add axis labels to a plotly barchart 
Python :: simple python game code 
Python :: range in python 
Python :: how to code a funtion in python 
Python :: how to sum all the values in a list in python 
Python :: split a column in pandas 
Python :: python named tuples 
Python :: How to check the number of occurence of each character of a given string in python 
Python :: declaring list size python 
Python :: python sandbox 
Python :: sorted 
Python :: show percentage in seaborn countplot site:stackoverflow.com 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =