On 19/08/21 3:59 am, joseph pareti wrote:
Another question is on this line: z = add((x, y)) If I code: z = add(x, y) Then the following exception occurs :*Expected input to be a tuple or list; instead got <class 'numpy.ndarray'>.*
What exactly is your question? Does add((x, y)) not do what you want? If not, you'll have to tell us what you do want. -- Greg -- https://mail.python.org/mailman/listinfo/python-list