answer this python question
Attachments:

Answers
Answered by
2
use traversing within the lists and then apply if condition
for i in array:
if /element/^2//4==0:
print(element)
this is raw code
Similar questions