You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In NB8 "Practice materials", np.append() is used while not nessecary. This is very bad practise because it increases the time complexity of the program to O(N^2) instead of O(N) #32