We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e0e3e commit 40bc9d9Copy full SHA for 40bc9d9
Фильтр условие для кода/Новый текстовый документ.txt
@@ -0,0 +1,4 @@
1
+numList = [30, 2, -15, 17, 9, 100]
2
+
3
+greater_than_10 = list(filter(lambda n: n > 10, numList))
4
+print(greater_than_10)
0 commit comments