Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

comment

comment here gulys
Comment

Comments

: '
This is a
multi line
comment
'
Comment

comment

table { border-collapse: collapse; }
tr { border: none; }
td {
  //border-right: solid 1px #f00; 
  border-left: solid 1px #f00;
}
Comment

Comments

In python, we can use comments to make our code easy to understand.
These lines are not executed.
# We use a hashtag for single line comments

'''
Using 3 quotation marks,
we
can
do
multiline
comments
'''
Comment

comment

<!-- here is how to use comment in html -->
Comment

PREVIOUS NEXT
Code Example
Python :: python run docker interactively subprocess 
Python :: Python NumPy squeeze function Syntax 
Python :: Broadcasting with NumPy Arrays Example 
Python :: Python NumPy atleast_2d Function Example when inputs are in high dimension 
Python :: Python NumPy moveaxis function syntax 
Python :: block size explained in python hashlib module 
Python :: how to change the color of console output in python to green 
Python :: youtube-dl python not found 
Python :: 123bum123 
Python :: Python NumPy ascontiguousarray Function Example List to an array 
Python :: Python NumPy hstack Function Syntax 
Python :: radar chart different scales python 
Python :: Python NumPy vsplit Function Syntax 
Python :: pytorch Jaccard Index 
Python :: __le__ 
Python :: Program to get number of consecutive repeated substring 
Python :: how to increment date in python 
Python :: URL to origin python 
Python :: How to use "to_representation" hook for django rest serializers 
Python :: adjugate of 3x3 matrix in python 
Python :: Demonstration of Python range() 
Python :: add ing to the end of a string or add ly if the string ends with ing python 
Python :: python Tkinter widget displacement with pack() 
Python :: what does scalar.fit do 
Python :: update table odoo13 
Python :: Wtforms: How to generate blank value using select fields with dynamic choice values 
Python :: Evaluate mathematical expression 
Python :: clock replacement algorithm python 
Python :: python print replace old print 
Python :: python list insert out of range 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =