Beispiel #1
0
def add(a, b):
    '''Add two array-like objects together'''
    return _maths.add(a, b)
Beispiel #2
0
def add(a, b):
    """Add two array-like objects together"""
    return _maths.add(a, b)