Python stats code
Code snippet goes here. It’s about Python.
def calc(x, y):
'''A simple statistical function'''
z = x + y
return z
Code snippet goes here. It’s about Python.
def calc(x, y):
'''A simple statistical function'''
z = x + y
return z