photo

Søren Gregersen


Last seen: ongeveer een jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How to pass a writable array to a python function?
Say you have the python function: # myfunc.py import numpy as np def myfunc(array): array = np.asanyarray(array) ...

meer dan 2 jaar ago | 1 answer | 0

1

answer