negative elements in an List

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