What am I doing wrong?
x = cp.array([1,3,5]) x = cp.append(x,1) x AttributeError: module \'cupy\' has no attribute \'append\'
https://docs.