8 lines
68 B
Python
8 lines
68 B
Python
![]() |
import numpy as np
|
||
|
|
||
|
def calculate(list):
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
return calculations
|