Lambda wenn sonst nichts Python
lambda x: x if (x<3) else None
Magnificent Mole
lambda x: x if (x<3) else None