19 can be simplified tonot array.
not array
6 to type(array) is list
type(array) is list
BTW in a python context array usually refers to numpy array rather than list.
Thanks for the heads up. Fixed!
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
19 can be simplified to
not array.6 to
type(array) is listBTW in a python context array usually refers to numpy array rather than list.
Thanks for the heads up. Fixed!