Python Docstrings Example def Add(a,b): '''Takes two number as input and returns sum of 2 numbers''' return a+b