count total number of even and odd elements

Write a Python Code to count total number of even and odd elements in an List.
[56,-98,12,-30,76,51,23,34]
Total : 0 Discussion
Login