3 lines
No EOL
84 B
Python
3 lines
No EOL
84 B
Python
p = 8
|
|
M = [x for x in L if x<p] + [x for x in L if x==p] + [x for
|
|
x in L if x>p] |