Common sorted list: Difference between revisions

m
(→‎{{header|Python}}: Added a Python version.)
Line 225:
 
print(
sorted(nub(concat([
[5, 1, 3, 8, 9, 4, 8, 7],
[5, 1, 3, 85, 9, 4, 8, 74],
[1, [3, 57, 9, 8, 4],
[1, 3, 7, 9])))
]
)))
)
 
9,659

edits