+ 1
can anyone help me solving my py code:
i attach my code here that contains question and my code. https://code.sololearn.com/cYbu0E4bSCR1
1 Antwort
0
You missed to add employees to the internal storage. Get age by id and count of older than age x employees can be solved using filter with lambda.
https://code.sololearn.com/cB7mbfY5Aq5p/?ref=app