Answers for "which of the following is a feature of python docstring"

0

Python Docstrings Example

Python Docstrings Example
def Add(a,b):
    '''Takes two number as input and returns sum of 2 numbers'''
    return a+b
Posted by: Guest on November-29-2021

Code answers related to "which of the following is a feature of python docstring"

Python Answers by Framework

Browse Popular Code Answers by Language