Challenge: Separating Positive and Negative Numbers from a List
Write code to create two lists using a list that has positive and negative numbers.
We'll cover the following...
Suppose a list contains both positive and negative numbers. Write a program to create two lists—one containing positive numbers and another ...