all negative elements in an List

Write a Python Code to print all negative elements in an List.
[56,-98,12,-30,76,51,23,34]
[10,-78,88,-90]
Total : 0 Discussion
Login