• Stars
    star
    1
  • Language
    Python
  • Created about 6 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python program that takes a list and returns a dictionary with keys evens, odds and chars and returns the values for evens as a list of sorted even numbers, for odds as a list of sorted odd numbers and for chars as a list of sorted character strings, given a list containing integers and one character strings.

More Repositories