Write a program that contains a single function to reorganize a list into ascending order andreturnsa NEW LIST in ascending order while the original list order remains unchanged. The name of the function MUST BE EXACTLY THIS:
def organizeList(listIn):
File Name Specification:project6.py
Output Specification:The function should not print any output. It returns a new list of the same elements as the argument list but ordered from smallest to largest. The function accepts both numerical and string lists.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here