-
Notifications
You must be signed in to change notification settings - Fork 0
Sorting: Given a list containing integers, floats and one character strings, write a function that takes a list and returns a dictionary with keys evens, odds, and chars. The value for evens is a list of sorted even numbers, the value for odds is a list of sorted odd numbers and chars is a list of sorted character strings. list_sort([2,0,6,5,1,7…
AineKiraboMbabazi/sorting-python3-
About
Sorting: Given a list containing integers, floats and one character strings, write a function that takes a list and returns a dictionary with keys evens, odds, and chars. The value for evens is a list of sorted even numbers, the value for odds is a list of sorted odd numbers and chars is a list of sorted character strings. list_sort([2,0,6,5,1,7…
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published