SyntaxFix
Write A Post
Hire A Developer
Questions
I want to do a for loop, yet with askewchan's method it does not work well, so I have modified it.
x = np.empty((0,3)) y = np.array([1,2,3]) for i in ... x = np.vstack((x,y))