Skip to content

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…

Notifications You must be signed in to change notification settings

AineKiraboMbabazi/sorting-python3-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

challenge2Day3

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

No packages published

Languages