Liste compréhension Python une ligne

doubled_odds = [n * 2 for n in numbers if n % 2 == 1]
Frantic Fly