Python stats code

January 7, 2021

Code snippet goes here. It’s about Python.

def calc(x, y):
    '''A simple statistical function'''

    z = x + y
    
    return z