Return the number of even ints in the given array. Note: the % "mod" operator computes the remainder, e.g. 5 % 2 is 1. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Return the number of even ints in the given array. Note: the % "mod" operator computes the remainder, e.g. 5 % 2 is 1.

Can someone solve this pls help

20th Sep 2019, 6:23 AM
AMAN TOMAR
AMAN TOMAR - avatar
3 Answers
+ 1
print((lambda arrayofintstoget = [int(i) for i in input().split()]: len([iloveobfuscation for iloveobfuscation in arrayofintstoget if iloveobfuscation%(int(int(round(abs(-4096)**(1/6),0)**0.5))) == (iloveobfuscation-iloveobfuscation)]))()) Good luck🙃
20th Sep 2019, 6:51 AM
Trigger
Trigger - avatar
0
Show us your attempt please
20th Sep 2019, 6:44 AM
Trigger
Trigger - avatar
20th Sep 2019, 8:52 AM
Tibor Santa
Tibor Santa - avatar