ConvertQCM/C2/codes/q61_44.py
2025-08-26 18:38:28 +02:00

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]