+ 1
filter
ages = [3, 1, 9, 0.4, 7, 12, 2, 1.7, 5.7, 42, 6.7, 14.5, 21] num =int(input()) x=list(filter(lambda y:y>num,ages)) print(len(x))
6 Respostas
+ 6
And your question is❓
+ 2
U can write a comment contains this answer in that exercise which has this question
+ 2
You are welcome 🙂
+ 1
answer of Practic map and filter
+ 1
i just want to help Somebody that have problem with this
🙏
+ 1
ok tnx