my C program needs a char** input which I store in python as a numpy object array of strings. a = np.empty(2, dtype=object) a[0] = 'hi you' a[1] = 'goodbye'.
確定! 回上一頁