Python Program to read a list of n integers and create a positive list and negative list from the given mixed list.
Write a program to create a separate list for positive and negative integers from a given list of mixed numbers
#list #python #function