Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Python Docstrings Example

Python Docstrings Example
def Add(a,b):
    '''Takes two number as input and returns sum of 2 numbers'''
    return a+b
Source by itsmycode.com #
 
PREVIOUS NEXT
Tagged: #Python #Docstrings #Example
ADD COMMENT
Topic
Name
5+6 =