OpenSourceCornell / Spring_2018_WICC_OSC

The Git Workshop for the Spring 2018 WICC and Open Source Cornell Introduction to Open Source event.
1 stars 21 forks source link

bananaGrams #11

Open alexanderGGreenberg opened 6 years ago

alexanderGGreenberg commented 6 years ago

Implement the funciton in src/bananaGrams.py with the following specification:

return True if the letters in the string can be rearranged to spell 'banana' with no letters leftover ex: baaanna return: False (can spell 'banana', but there's an extra 'a')