DSCSRMNCR / DSA-Code-Snippet

This repository is for adding codes of data structures and algorithms, leetCode, hackerrank etc solutions in different languages
4 stars 11 forks source link

Python Code for Move all zeroes to end #10

Closed soupierbucket closed 3 years ago

soupierbucket commented 3 years ago

Code for moving the zeros to the end using filter method in python

Manikant25 commented 3 years ago

Looks good to me, But I suggest you for adding meaningful commits and prefer the command line.