Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to comment in python

'''This the multi line comment in python''' """(Double quote also work)"""
# This is the single line comment in python
 
PREVIOUS NEXT
Tagged: #comment #python
ADD COMMENT
Topic
Name
9+1 =