Challenge: Separate Positive and Negative Numbers from a List
Using the list comprehension methodology, write code to separate positive and negative numbers from a list.
We'll cover the following...
Let’s assume a list contains positive and negative numbers. Write a program to create two lists—one containing positive numbers and another containing negative numbers:
- Input: A list that contains positive and negative numbers.
- Output: Two lists—one containing positive numbers and another containing negative numbers.
Access this course and 1400+ top-rated courses and projects.