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
Source by itsmycode.com #
 
PREVIOUS NEXT
Tagged: #comment #python
ADD COMMENT
Topic
Name
2+5 =