Skip to content

Instantly share code, notes, and snippets.

@wgcast
Created September 25, 2018 11:49
Show Gist options
  • Save wgcast/54a61e6a5dc6d654fc4ae5b5baf983e5 to your computer and use it in GitHub Desktop.
Save wgcast/54a61e6a5dc6d654fc4ae5b5baf983e5 to your computer and use it in GitHub Desktop.
test_list = [1, 2, [3], [4, [5, 6]], [[7]], 8]
result_list = [1, 2, 3, 4, 5, 6, 7, 8]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment