Code Challenge
Flatten Nested List
00:00
Hard
Write a function called `flatten` that takes a deeply nested list and returns a single flat list with all values. Do not use any built-in flatten methods.
solution.py