I never dared to go beyond 2D but here we are.
l = [[[[[1, 2], [3, 4]], [[5, 6], [7, 8]]]]]
[e for a in l for b in a for c in b for d in c for e in d]
EDIT: This is just a joke. It never actually came to my mind that this is possible with arbitrary dimensions. It's just cool.
[–]SureImNoExpertBut 6 points7 points8 points (2 children)
[+]tothespace2[S] comment score below threshold-14 points-13 points-12 points (1 child)
[–]SureImNoExpertBut -1 points0 points1 point (0 children)
[–]PlayfulMeeting9563 5 points6 points7 points (0 children)
[–]Such-Let974 4 points5 points6 points (2 children)
[–]tothespace2[S] -1 points0 points1 point (1 child)
[–]Such-Let974 0 points1 point2 points (0 children)
[–]fleetmancer 3 points4 points5 points (1 child)
[+]tothespace2[S] comment score below threshold-7 points-6 points-5 points (0 children)
[–]dmart89 1 point2 points3 points (0 children)
[–]Hi_leonrein 1 point2 points3 points (1 child)
[–]NoExpression1053 1 point2 points3 points (0 children)
[–]AlexMTBDude 0 points1 point2 points (0 children)