The Python Oracle

remove None value from a list without removing the 0 value

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 2 Looping

--

Chapters
00:00 Question
00:50 Accepted answer (Score 472)
01:14 Answer 2 (Score 160)
01:38 Answer 3 (Score 23)
01:56 Answer 4 (Score 17)
02:17 Thank you

--

Full question
https://stackoverflow.com/questions/1609...

Question links:
[This was my source I started with.]: http://docs.python.org/2/library/functio...

Answer 1 links:
[list comprehension]: https://docs.python.org/3/glossary.html#...
[functional programming]: https://en.wikipedia.org/wiki/Functional...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #list #filter #listcomprehension #nonetype

#avk47